public class ZstdDecompressor extends Object implements Decompressor
| Constructor and Description |
|---|
ZstdDecompressor() |
| 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) |
static long |
getDecompressedSize(byte[] input,
int offset,
int length) |
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 DecompressorMalformedInputExceptionpublic static long getDecompressedSize(byte[] input,
int offset,
int length)
Copyright © 2011–2019. All rights reserved.