Uses of Package
org.apache.commons.compress

Packages that use org.apache.commons.compress
org.apache.commons.compress   
org.apache.commons.compress.archivers.tar   
org.apache.commons.compress.archivers.zip Zip Utilities that extend JDK zip classes by adding better handling of extra fields. 
org.apache.commons.compress.compressors.bzip2 Streams that compress and decompress the BZip2 format (without the file header chars). 
 

Classes in org.apache.commons.compress used by org.apache.commons.compress
Archive
          Archive is the interface which defines all operations for all possible archive-operations.
ArchiveEntry
          Represents an entry of an archive.
ArchiveException
          Exception for the archiver.
CompressException
          Exception occurs when a exception within the compress actions occurs.
Compressor
          The Compressor Interface defines all operations for the compress/decompress actions.
CompressorFactory
          Compressor-Factory.
PackableObject
          Abstract super object for Compressor and Archiver classes.
PackableObjectException
          Exception for the archiver.
UnpackException
          Exception occurs when a exception within the unpack actions occurs.
 

Classes in org.apache.commons.compress used by org.apache.commons.compress.archivers.tar
AbstractArchive
          Abstract implementation of an archiver
Archive
          Archive is the interface which defines all operations for all possible archive-operations.
ArchiveException
          Exception for the archiver.
PackableObject
          Abstract super object for Compressor and Archiver classes.
UnpackException
          Exception occurs when a exception within the unpack actions occurs.
 

Classes in org.apache.commons.compress used by org.apache.commons.compress.archivers.zip
AbstractArchive
          Abstract implementation of an archiver
Archive
          Archive is the interface which defines all operations for all possible archive-operations.
ArchiveException
          Exception for the archiver.
PackableObject
          Abstract super object for Compressor and Archiver classes.
UnpackException
          Exception occurs when a exception within the unpack actions occurs.
 

Classes in org.apache.commons.compress used by org.apache.commons.compress.compressors.bzip2
AbstractCompressor
          AbstractCompressor handles all compression/decompression actions on an abstract basis.
CompressException
          Exception occurs when a exception within the compress actions occurs.
Compressor
          The Compressor Interface defines all operations for the compress/decompress actions.
PackableObject
          Abstract super object for Compressor and Archiver classes.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.