Package org.apache.commons.compress.compressors.bzip2
package org.apache.commons.compress.compressors.bzip2
Provides stream classes for compressing and decompressing streams using the BZip2 algorithm.
-
ClassDescriptionEncapsulates the Burrows-Wheeler sorting algorithm needed by
BZip2CompressorOutputStream
.An input stream that decompresses from the BZip2 format to be read as any other stream.An output stream that compresses into the BZip2 format into another stream.Constants for both the compress and decompress BZip2 classes.Utility code for the BZip2 compression format.A simple class the hold and calculate the CRC for sanity checking of the data.Random numbers for both the compress and decompress BZip2 classes.