org.bouncycastle.apache.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 (with the file
header chars) to be read as any other stream. |
CBZip2OutputStream.java | Class | An output stream that compresses into the BZip2 format (with the file
header chars) into another stream. |
CRC.java | Class | A simple class the hold and calculate the CRC for sanity checking
of the data. |