public class LzoDecompressor extends Object implements Decompressor
| Constructor and Description |
|---|
LzoDecompressor() |
| Modifier and Type | Method and Description |
|---|---|
int |
decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength) |
void |
decompress(ByteBuffer inputBuffer,
ByteBuffer outputBuffer) |
public int decompress(byte[] input,
int inputOffset,
int inputLength,
byte[] output,
int outputOffset,
int maxOutputLength)
throws MalformedInputException
decompress in interface DecompressorMalformedInputExceptionpublic void decompress(ByteBuffer inputBuffer, ByteBuffer outputBuffer) throws MalformedInputException
decompress in interface DecompressorMalformedInputExceptionCopyright © 2011–2024. All rights reserved.