public class XZCodec extends Codec
| Modifier and Type | Field and Description | 
|---|---|
| static int | DEFAULT_COMPRESSION | 
| Constructor and Description | 
|---|
| XZCodec(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 static final int DEFAULT_COMPRESSION
public 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.