public interface 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) |
int decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength)
throws MalformedInputException
MalformedInputExceptionvoid decompress(ByteBuffer input, ByteBuffer output) throws MalformedInputException
MalformedInputExceptionCopyright © 2011-2016. All Rights Reserved.