Package org.codehaus.plexus.archiver.tar
Class ZstdTarFile
- java.lang.Object
-
- org.codehaus.plexus.archiver.tar.TarFile
-
- org.codehaus.plexus.archiver.tar.ZstdTarFile
-
- All Implemented Interfaces:
ArchiveFile
public class ZstdTarFile extends TarFile
Extension ofTarFile
for zst compressed files.
-
-
Constructor Summary
Constructors Constructor Description ZstdTarFile(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InputStream
getInputStream(File file)
-
Methods inherited from class org.codehaus.plexus.archiver.tar.TarFile
close, getEntries, getInputStream, getInputStream
-
-
-
-
Constructor Detail
-
ZstdTarFile
public ZstdTarFile(File file)
-
-
Method Detail
-
getInputStream
protected InputStream getInputStream(File file) throws IOException
- Overrides:
getInputStream
in classTarFile
- Throws:
IOException
-
-