Package org.apache.hadoop.io.compress.bzip2

Interface Summary
BZip2Constants Base class for both the compress and decompress classes.
 

Class Summary
BZip2DummyCompressor This is a dummy compressor for BZip2.
BZip2DummyDecompressor This is a dummy decompressor for BZip2.
CBZip2InputStream An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.
CBZip2OutputStream An output stream that compresses into the BZip2 format (without the file header chars) into another stream.
 

Enum Summary
CBZip2InputStream.STATE A state machine to keep track of current state of the de-coder
 



Copyright © 2009 The Apache Software Foundation