Generated by
JDiff

Interface org.apache.hadoop.io.compress.CompressionCodec

Changed Methods
Class<Compressor> getCompressorType() Change in return type from Class to Class<Compressor>.
Get the type of Compressor needed by this CompressionCodec.
Class<Decompressor> getDecompressorType() Change in return type from Class to Class<Decompressor>.
Get the type of Decompressor needed by this CompressionCodec.