Generated by
JDiff

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

Changed Methods
Compressor createCompressor() Changed from abstract to non-abstract. Create a new Compressor for use by this CompressionCodec
Decompressor createDecompressor() Changed from abstract to non-abstract. Create a new Decompressor for use by this CompressionCodec
Class getCompressorType() Changed from abstract to non-abstract. Get the type of Compressor needed by this CompressionCodec
Class getDecompressorType() Changed from abstract to non-abstract. Get the type of Decompressor needed by this CompressionCodec
String getDefaultExtension() Changed from abstract to non-abstract. Get the default filename extension for this kind of compression.
CompressionInputStream createInputStream(InputStream) Changed from abstract to non-abstract. Create a CompressionInputStream that will read from the given input stream.
CompressionInputStream createInputStream(InputStream, Decompressor) Changed from abstract to non-abstract. Create a CompressionInputStream that will read from the given InputStream with the given Decompressor
CompressionOutputStream createOutputStream(OutputStream) Changed from abstract to non-abstract. Create a CompressionOutputStream that will write to the given OutputStream
CompressionOutputStream createOutputStream(OutputStream, Compressor) Changed from abstract to non-abstract. Create a CompressionOutputStream that will write to the given OutputStream with the given Compressor