Package com.github.luben.zstd
-
Interface Summary Interface Description BufferPool An an interface that allows users to customize how buffers are recycled. -
Class Summary 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 compressionZstdOutputStreamNoFinalizer OutputStream filter that compresses the data using Zstd compression. -
Exception Summary Exception Description ZstdException