public class Lz4Decompressor extends Object implements Decompressor
| Constructor and Description |
|---|
Lz4Decompressor() |
| 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 int decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength)
throws MalformedInputException
decompress in interface DecompressorMalformedInputExceptionpublic void decompress(ByteBuffer input, ByteBuffer output) throws MalformedInputException
decompress in interface DecompressorMalformedInputExceptionCopyright © 2011-2017. All Rights Reserved.