Generated by
JDiff

Class org.apache.hadoop.io.compress.BZip2Codec

Removed interface org.apache.hadoop.io.compress.CompressionCodec.
Added interface org.apache.hadoop.io.compress.SplittableCompressionCodec.

Added Methods
SplitCompressionInputStream createInputStream(InputStream, Decompressor, long, long, READ_MODE) Creates CompressionInputStream to be used to read off uncompressed data in one of the two reading modes.
 

Changed Methods
Class getCompressorType() Change in return type from (Class) to Class.
This functionality is currently not supported.
Class getDecompressorType() Change in return type from (Class) to Class.
This functionality is currently not supported.