org.codehaus.plexus.archiver.tar

Class BZip2TarFile

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.
Method Summary
protected InputStreamgetInputStream(File file)

Constructor Detail

BZip2TarFile

public BZip2TarFile(File file)
Creates a new instance with the given file.

Method Detail

getInputStream

protected InputStream getInputStream(File file)
Copyright © 2001-2009 Codehaus. All Rights Reserved.