Package org.codehaus.plexus.archiver.tar
Class SnappyTarFile
- java.lang.Object
-
- org.codehaus.plexus.archiver.tar.TarFile
-
- org.codehaus.plexus.archiver.tar.SnappyTarFile
-
- All Implemented Interfaces:
ArchiveFile
public class SnappyTarFile extends TarFile
Extension ofTarFilefor snappy compressed files.
-
-
Constructor Summary
Constructors Constructor Description SnappyTarFile(java.io.File file)Creates a new instance with the given file.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.InputStreamgetInputStream(java.io.File file)-
Methods inherited from class org.codehaus.plexus.archiver.tar.TarFile
close, getEntries, getInputStream, getInputStream
-
-
-
-
Method Detail
-
getInputStream
protected java.io.InputStream getInputStream(java.io.File file) throws java.io.IOException- Overrides:
getInputStreamin classTarFile- Throws:
java.io.IOException
-
-