public class ZstdDictDecompress
extends java.lang.Object
| Constructor and Description |
|---|
ZstdDictDecompress(byte[] dict)
Convenience constructor to create a new dictionary for use with fast decompress
|
ZstdDictDecompress(byte[] dict,
int offset,
int length)
Create a new dictionary for use with fast decompress
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
public ZstdDictDecompress(byte[] dict)
dict - buffer containing dictionary to load/parse with exact lengthpublic ZstdDictDecompress(byte[] dict,
int offset,
int length)
dict - buffer containing dictionaryoffset - the offset into the buffer to read fromlength - number of bytes to use from the buffer