org.codehaus.plexus.archiver.tar
Class GZipTarFile

java.lang.Object
  extended by org.codehaus.plexus.archiver.tar.TarFile
      extended by org.codehaus.plexus.archiver.tar.GZipTarFile
All Implemented Interfaces:
ArchiveFile

public class GZipTarFile
extends TarFile

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
GZipTarFile(File file)
          Creates a new instance with the given file.
 
Method Summary
protected  InputStream getInputStream(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

GZipTarFile

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

Method Detail

getInputStream

protected InputStream getInputStream(File file)
                              throws IOException
Overrides:
getInputStream in class TarFile
Throws:
IOException


Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.