@Deprecated public abstract static class CodecFactory.BytesDecompressor extends Object implements CompressionCodecFactory.BytesInputDecompressor
| Constructor and Description |
|---|
BytesDecompressor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
decompress(ByteBuffer input,
int compressedSize,
ByteBuffer output,
int decompressedSize)
Deprecated.
|
abstract BytesInput |
decompress(BytesInput bytes,
int decompressedSize)
Deprecated.
|
abstract void |
release()
Deprecated.
|
public abstract BytesInput decompress(BytesInput bytes, int decompressedSize) throws IOException
decompress in interface CompressionCodecFactory.BytesInputDecompressorIOExceptionpublic abstract void decompress(ByteBuffer input, int compressedSize, ByteBuffer output, int decompressedSize) throws IOException
decompress in interface CompressionCodecFactory.BytesInputDecompressorIOExceptionpublic abstract void release()
release in interface CompressionCodecFactory.BytesInputDecompressorCopyright © 2023 The Apache Software Foundation. All rights reserved.