Uses of Interface
com.github.luben.zstd.BufferPool
Packages that use BufferPool
-
Uses of BufferPool in com.github.luben.zstd
Classes in com.github.luben.zstd that implement BufferPoolModifier and TypeClassDescriptionclass
Implementation of `BufferPool` that does not recycle buffers.class
A pool of buffers which uses a simple reference queue to recycle buffers.Fields in com.github.luben.zstd declared as BufferPoolModifier and TypeFieldDescriptionprivate final BufferPool
ZstdInputStreamNoFinalizer.bufferPool
private final BufferPool
ZstdOutputStreamNoFinalizer.bufferPool
static final BufferPool
NoPool.INSTANCE
static final BufferPool
RecyclingBufferPool.INSTANCE
Constructors in com.github.luben.zstd with parameters of type BufferPoolModifierConstructorDescriptionZstdInputStream
(InputStream inStream, BufferPool bufferPool) create a new decompressing InputStreamZstdInputStreamNoFinalizer
(InputStream inStream, BufferPool bufferPool) create a new decompressing InputStreamZstdOutputStream
(OutputStream outStream, BufferPool bufferPool) create a new compressing OutputStreamZstdOutputStream
(OutputStream outStream, BufferPool bufferPool, int level) create a new compressing OutputStreamZstdOutputStreamNoFinalizer
(OutputStream outStream, BufferPool bufferPool) create a new compressing OutputStreamZstdOutputStreamNoFinalizer
(OutputStream outStream, BufferPool bufferPool, int level) create a new compressing OutputStream