Package org.apache.hadoop.io.compress.bzip2
@Private
@Unstable
package org.apache.hadoop.io.compress.bzip2
Implementation of compression/decompression for the BZip2
compression algorithm.
-
ClassDescriptionA
Compressorbased on the popular bzip2 compression algorithm.Base class for both the compress and decompress classes.ADecompressorbased on the popular bzip2 compression algorithm.This is a dummy compressor for BZip2.This is a dummy decompressor for BZip2.A collection of factories to create the right bzip2 compressor/decompressor instances.An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.A state machine to keep track of current state of the de-coderAn output stream that compresses into the BZip2 format (without the file header chars) into another stream.