org.apache.tools.bzip2 |
|
Java Source File Name | Type | Comment |
BZip2Constants.java | Interface | Base class for both the compress and decompress classes. |
CBZip2InputStream.java | Class | An input stream that decompresses from the BZip2 format (without the file
header chars) to be read as any other stream.
The decompression requires large amounts of memory. |
CBZip2OutputStream.java | Class | An output stream that compresses into the BZip2 format (without the file
header chars) into another stream.
The compression requires large amounts of memory. |
CRC.java | Class | A simple class the hold and calculate the CRC for sanity checking
of the data. |