| Package | Description |
|---|---|
| io.airlift.compress | |
| io.airlift.compress.lz4 | |
| io.airlift.compress.lzo | |
| io.airlift.compress.snappy | |
| io.airlift.compress.zstd |
| Modifier and Type | Method and Description |
|---|---|
int |
Decompressor.decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength) |
void |
Decompressor.decompress(ByteBuffer input,
ByteBuffer output) |
| Modifier and Type | Method and Description |
|---|---|
int |
Lz4Decompressor.decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength) |
void |
Lz4Decompressor.decompress(ByteBuffer inputBuffer,
ByteBuffer outputBuffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
LzoDecompressor.decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength) |
void |
LzoDecompressor.decompress(ByteBuffer inputBuffer,
ByteBuffer outputBuffer) |
static int |
LzoRawDecompressor.decompress(Object inputBase,
long inputAddress,
long inputLimit,
Object outputBase,
long outputAddress,
long outputLimit) |
| Modifier and Type | Method and Description |
|---|---|
int |
SnappyDecompressor.decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength) |
void |
SnappyDecompressor.decompress(ByteBuffer inputBuffer,
ByteBuffer outputBuffer) |
| Modifier and Type | Method and Description |
|---|---|
int |
ZstdDecompressor.decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength) |
void |
ZstdDecompressor.decompress(ByteBuffer inputBuffer,
ByteBuffer outputBuffer) |
Copyright © 2011–2024. All rights reserved.