Package com.github.luben.zstd
-
Interface Summary Interface Description BufferPool An interface that allows users to customize how buffers are recycled. -
Class Summary Class Description AutoCloseBase BaseZstdBufferDecompressingStreamNoFinalizer NoPool Implementation of `BufferPool` that does not recycle buffers.RecyclingBufferPool A pool of buffers which uses a simple reference queue to recycle buffers.SharedDictBase Zstd ZstdBufferDecompressingStream ZstdBufferDecompressingStreamNoFinalizer ZstdCompressCtx ZstdDecompressCtx ZstdDictCompress ZstdDictDecompress ZstdDictTrainer ZstdDirectBufferCompressingStream ZstdDirectBufferCompressingStreamNoFinalizer ZstdDirectBufferDecompressingStream ZstdDirectBufferDecompressingStreamNoFinalizer 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 compressionZstdOutputStreamNoFinalizer OutputStream filter that compresses the data using Zstd compression. -
Enum Summary Enum Description EndDirective Enum that expresses desired flushing for a streaming compression call. -
Exception Summary Exception Description ZstdException ZstdIOException