Class | Description |
---|---|
Zstd | |
ZstdDictCompress | |
ZstdDictDecompress | |
ZstdDirectBufferCompressingStream | |
ZstdDirectBufferDecompressingStream | |
ZstdInputStream |
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
|
ZstdOutputStream |
OutputStream filter that compresses the data using Zstd compression
|