Package org.apache.tools.bzip2

Code for handling compressed messages, copied from Apache Ant v1.8.0.

See:
          Description

Interface Summary
BZip2Constants Base class for both the compress and decompress classes.
 

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

Package org.apache.tools.bzip2 Description

Code for handling compressed messages, copied from Apache Ant v1.8.0.

Since:
2008-02-03
See Also:
Apache Ant