Package org.codehaus.plexus.archiver.tar
Class GZipTarFile
- java.lang.Object
-
- org.codehaus.plexus.archiver.tar.TarFile
-
- org.codehaus.plexus.archiver.tar.GZipTarFile
-
- All Implemented Interfaces:
ArchiveFile
public class GZipTarFile extends TarFile
Extension ofTarFile
for gzip compressed files.
-
-
Constructor Summary
Constructors Constructor Description GZipTarFile(File file)
Creates a new instance with the given 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
-
GZipTarFile
public GZipTarFile(File file)
Creates a new instance with the given file.
-
-
Method Detail
-
getInputStream
protected InputStream getInputStream(File file) throws IOException
- Overrides:
getInputStream
in classTarFile
- Throws:
IOException
-
-