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 TypeClassDescriptionclassImplementation of `BufferPool` that does not recycle buffers.classA pool of buffers which uses a simple reference queue to recycle buffers.Fields in com.github.luben.zstd declared as BufferPoolModifier and TypeFieldDescriptionprivate final BufferPoolZstdInputStreamNoFinalizer.bufferPoolprivate final BufferPoolZstdOutputStreamNoFinalizer.bufferPoolstatic final BufferPoolNoPool.INSTANCEstatic final BufferPoolRecyclingBufferPool.INSTANCEConstructors 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