Generated by
JDiff

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

Added Classes
CBZip2InputStream.STATE A state machine to keep track of current state of the de-coder
 

Changed Classes and Interfaces
BZip2Constants Base class for both the compress and decompress classes.
BZip2DummyCompressor This is a dummy compressor for BZip2.
CBZip2InputStream An input stream that decompresses from the BZip2 format (without the file header chars) to be read as any other stream.