org.codehaus.plexus.archiver.tar

Class GZipTarFile

public class GZipTarFile extends TarFile

Extension of TarFile for bzip2 compressed files.
Constructor Summary
GZipTarFile(File file)
Creates a new instance with the given file.
Method Summary
protected InputStreamgetInputStream(File file)

Constructor Detail

GZipTarFile

public GZipTarFile(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.