public class BZip2Codec extends Codec
| Modifier and Type | Field and Description | 
|---|---|
| static int | DEFAULT_BUFFER_SIZE | 
| Constructor and Description | 
|---|
| BZip2Codec() | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteBuffer | compress(ByteBuffer uncompressedData)Compresses the input data | 
| ByteBuffer | decompress(ByteBuffer compressedData)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(). | 
computeOffset, toStringpublic static final int DEFAULT_BUFFER_SIZE
public String getName()
Codecpublic ByteBuffer compress(ByteBuffer uncompressedData) throws IOException
Codeccompress in class CodecIOExceptionpublic ByteBuffer decompress(ByteBuffer compressedData) throws IOException
Codecdecompress in class CodecIOExceptionpublic int hashCode()
Codecpublic boolean equals(Object obj)
CodecCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.