public static interface CompressionCodecFactory.BytesInputDecompressor
| Modifier and Type | Method and Description |
|---|---|
void |
decompress(ByteBuffer input,
int compressedSize,
ByteBuffer output,
int uncompressedSize) |
BytesInput |
decompress(BytesInput bytes,
int uncompressedSize) |
void |
release() |
BytesInput decompress(BytesInput bytes, int uncompressedSize) throws IOException
IOExceptionvoid decompress(ByteBuffer input, int compressedSize, ByteBuffer output, int uncompressedSize) throws IOException
IOExceptionvoid release()
Copyright © 2018 The Apache Software Foundation. All rights reserved.