Class | Description |
---|---|
Zstd | |
ZstdContinuousInputStream |
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
|
ZstdInputStream |
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
|
ZstdInputStreamV04 |
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
|
ZstdInputStreamV05 |
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
|
ZstdInputStreamV06 |
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
|
ZstdOutputStream |
OutputStream filter that compresses the data using Zstd compression
Caveat: flush method with flush only the completed blocks of
128KB size to the output
|