| BaseZstdBufferDecompressingStreamNoFinalizer |
|
| BufferPool |
An interface that allows users to customize how buffers are recycled.
|
| EndDirective |
Enum that expresses desired flushing for a streaming compression call.
|
| SequenceProducer |
Interface for an extenal sequence producer.
|
| Zstd.ParamSwitch |
Note: This enum controls features which are conditionally beneficial.
|
| ZstdBufferDecompressingStream |
|
| ZstdCompressCtx |
|
| ZstdDecompressCtx |
|
| ZstdDictCompress |
|
| ZstdDictDecompress |
|
| ZstdDirectBufferCompressingStream |
|
| ZstdDirectBufferCompressingStreamNoFinalizer |
|
| ZstdDirectBufferDecompressingStream |
|
| ZstdException |
|
| ZstdFrameProgression |
|
| ZstdInputStream |
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
|
| ZstdInputStreamNoFinalizer |
InputStream filter that decompresses the data provided
by the underlying InputStream using Zstd compression.
|
| ZstdOutputStream |
OutputStream filter that compresses the data using Zstd compression
|
| ZstdOutputStreamNoFinalizer |
OutputStream filter that compresses the data using Zstd compression.
|