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 of TarFile
for bzip2 compressed files.
Constructor Summary |
BZip2TarFile(File file)
Creates a new instance with the given file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BZip2TarFile
public BZip2TarFile(File file)
- Creates a new instance with the given file.
getInputStream
protected InputStream getInputStream(File file)
throws IOException
- Overrides:
getInputStream
in class TarFile
- Throws:
IOException
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.