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 ofTarFilefor bzip2 compressed files.
-
-
Constructor Summary
Constructors Constructor Description BZip2TarFile(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
-
-