Package org.apache.commons.compress

Interface Summary
Archive Archive is the interface which defines all operations for all possible archive-operations.
Compressor The Compressor Interface defines all operations for the compress/decompress actions.
 

Class Summary
AbstractArchive Abstract implementation of an archiver
AbstractCompressor AbstractCompressor handles all compression/decompression actions on an abstract basis.
ArchiveEntry Represents an entry of an archive.
ArchiverFactory Provides implementations for all ArchiverFactory methods.
CompressorFactory Compressor-Factory.
CompressUtils Utils for Compress.
PackableObject Abstract super object for Compressor and Archiver classes.
 

Exception Summary
ArchiveException Exception for the archiver.
CompressException Exception occurs when a exception within the compress actions occurs.
PackableObjectException Exception for the archiver.
UnpackException Exception occurs when a exception within the unpack actions occurs.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.