|
Class Summary |
| Bzip2FileObject |
the bzip2 file |
| Bzip2FileProvider |
Provides access to the content of bzip2 compressed files |
| Bzip2FileSystem |
Filesytem to handle compressed files using the bzip2 method |
| 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. |
| CBZip2OutputStream.StackElem |
|
| CRC |
A simple class the hold and calculate the CRC for sanity checking of the
data. |