| Interface | Description |
|---|---|
| BufferPool |
An an interface that allows users to customize how buffers are recycled.
|
| Class | Description |
|---|---|
| NoPool |
Implementation of `BufferPool` that does not recycle buffers.
|
| RecyclingBufferPool |
An pool of buffers which uses a simple reference queue to recycle buffers.
|
| Zstd | |
| ZstdCompressCtx | |
| ZstdDecompressCtx | |
| ZstdDictCompress | |
| ZstdDictDecompress | |
| ZstdDictTrainer | |
| ZstdDirectBufferCompressingStream | |
| ZstdDirectBufferDecompressingStream | |
| 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.
|
| Exception | Description |
|---|---|
| ZstdException |