Package org.apache.commons.compress.compressors.bzip2

Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.

See:
          Description

Class Summary
BZip2CompressorInputStream An input stream that decompresses from the BZip2 format to be read as any other stream.
BZip2CompressorOutputStream An output stream that compresses into the BZip2 format into another stream.
BZip2Utils Utility code for the BZip2 compression format.
 

Package org.apache.commons.compress.compressors.bzip2 Description

Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.