All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description BufferPool An an interface that allows users to customize how buffers are recycled.Native 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 ZstdException 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 compressionZstdOutputStreamNoFinalizer OutputStream filter that compresses the data using Zstd compression.ZstdVersion