Package org.apache.commons.compress.bzip2

Streams that compress and decompress the BZip2 format (without the file header chars).

See:
          Description

Class Summary
CBZip2InputStream An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2OutputStream An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
 

Package org.apache.commons.compress.bzip2 Description

Streams that compress and decompress the BZip2 format (without the file header chars). Originally derived from code in the ant project.



Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.