static DirectDecompress |
Decoder.decompress(byte[] data) |
Decodes the given data buffer.
|
static DirectDecompress |
Decoder.decompress(byte[] data,
int maxOutputSize) |
Decodes the given data buffer, failing if decompressed output would
exceed maxOutputSize bytes.
|
static DirectDecompress |
Decoders.decompress(io.netty.buffer.ByteBuf compressed,
io.netty.buffer.ByteBuf decompressed) |
Decodes the given data buffer.
|
static DirectDecompress |
Decoders.decompress(io.netty.buffer.ByteBuf compressed,
io.netty.buffer.ByteBuf decompressed,
int maxOutputSize) |
Decodes the given data buffer, failing if decompressed output would
exceed maxOutputSize bytes.
|
static DirectDecompress |
Decoders.decompress(java.nio.ByteBuffer compressed,
java.nio.ByteBuffer decompressed) |
Decodes the given data buffer.
|
static DirectDecompress |
DirectDecompress.decompress(byte[] compressedData) |
Initiate direct decompression of data
|
static DirectDecompress |
DirectDecompress.decompress(byte[] compressedData,
int maxOutputSize) |
Initiate direct decompression of data, failing if the decompressed
output would exceed maxOutputSize bytes.
|