Class | Description |
---|
BZip2 |
Does all the compress and decompress pre-operation stuff.
Sets up the streams and file header characters.
Uses multiply overloaded methods to call for the compress/decompress.
|
BZip2Constants |
Base class for both the compress and decompress classes.
Holds common arrays, and static data.
|
BZip2InputStream |
An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
|
BZip2OutputStream |
An output stream that compresses into the BZip2 format (without the file
header chars) into another stream.
TODO: Update to BZip2 1.0.1, 1.0.2
|