Interface | Description |
---|---|
BZip2Constants |
Base class for both the compress and decompress classes.
|
Class | Description |
---|---|
CBZip2InputStream |
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
|
CRC |
A simple class the hold and calculate the CRC for sanity checking
of the data.
|
Exception | Description |
---|---|
BZip2ReadException |
Exception for BZip problems
|
BZIP2 compression. Looks like a fork from Apache CBZip2InputStream, with minimal code (eg decode only)
@see "https://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/bzip2/"
@see "https://code.google.com/p/jbzip2/"
@see "http://en.wikipedia.org/wiki/Bzip"