public class AirliftDecompressorAdapter extends Object implements PageDecompressor
| Constructor and Description |
|---|
AirliftDecompressorAdapter(io.airlift.compress.Decompressor decompressor) |
| Modifier and Type | Method and Description |
|---|---|
int |
decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength) |
void |
decompress(ByteBuffer input,
ByteBuffer output) |
public AirliftDecompressorAdapter(io.airlift.compress.Decompressor decompressor)
public int decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength)
decompress in interface PageDecompressorpublic void decompress(ByteBuffer input, ByteBuffer output)
decompress in interface PageDecompressorCopyright © 2012–2023. All rights reserved.