|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.archiver.tar.TarFile
org.codehaus.plexus.archiver.tar.BZip2TarFile
public class BZip2TarFile
Extension of TarFile
for bzip2 compressed files.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.codehaus.plexus.archiver.ArchiveFile |
---|
ArchiveFile.Entry |
Constructor Summary | |
---|---|
BZip2TarFile(java.io.File file)
Creates a new instance with the given file. |
Method Summary | |
---|---|
protected java.io.InputStream |
getInputStream(java.io.File file)
|
Methods inherited from class org.codehaus.plexus.archiver.tar.TarFile |
---|
close, getEntries, getInputStream, getInputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BZip2TarFile(java.io.File file)
Method Detail |
---|
protected java.io.InputStream getInputStream(java.io.File file) throws java.io.IOException
getInputStream
in class TarFile
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |