public class DeflateCodec extends Codec
Inflater and Deflater, is using RFC1951.| Constructor and Description | 
|---|
| DeflateCodec(int compressionLevel) | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteBuffer | compress(ByteBuffer data)Compresses the input data | 
| ByteBuffer | decompress(ByteBuffer data)Decompress the data | 
| boolean | equals(Object obj)Codecs must implement an equals() method. | 
| String | getName()Name of the codec; written to the file's metadata. | 
| int | hashCode()Codecs must implement a hashCode() method that is consistent with equals(). | 
| String | toString() | 
computeOffsetpublic String getName()
Codecpublic ByteBuffer compress(ByteBuffer data) throws IOException
Codeccompress in class CodecIOExceptionpublic ByteBuffer decompress(ByteBuffer data) throws IOException
Codecdecompress in class CodecIOExceptionpublic int hashCode()
Codecpublic boolean equals(Object obj)
CodecCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.