| Package | Description |
|---|---|
| org.apache.commons.compress.compressors.bzip2 |
Provides stream classes for compressing and decompressing
streams using the BZip2 algorithm.
|
| Class and Description |
|---|
| BlockSort
Encapsulates the Burrows-Wheeler sorting algorithm needed by
BZip2CompressorOutputStream. |
| BZip2CompressorInputStream.Data |
| BZip2CompressorOutputStream.Data |
| BZip2Constants
Constants for both the compress and decompress BZip2 classes.
|
| CRC
A simple class the hold and calculate the CRC for sanity checking of the
data.
|