Package org.codehaus.plexus.archiver.tar
Class BZip2TarFile
- java.lang.Object
-
- org.codehaus.plexus.archiver.tar.TarFile
-
- org.codehaus.plexus.archiver.tar.BZip2TarFile
-
- All Implemented Interfaces:
ArchiveFile
public class BZip2TarFile extends TarFile
Extension ofTarFile
for bzip2 compressed files.
-
-
Constructor Summary
Constructors Constructor Description BZip2TarFile(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
-
BZip2TarFile
public BZip2TarFile(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
-
-