public interface PageDecompressor
| 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) |
int decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength)
void decompress(ByteBuffer input, ByteBuffer output)
Copyright © 2012–2022. All rights reserved.