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 TypeFieldDescriptionstatic final @NotNull BufferPoolNoPool.INSTANCEstatic final @NotNull BufferPoolRecyclingBufferPool.INSTANCEConstructors in com.github.luben.zstd with parameters of type BufferPoolModifierConstructorDescriptionZstdInputStream(@NotNull InputStream inStream, @NotNull BufferPool bufferPool) create a new decompressing InputStreamZstdInputStreamNoFinalizer(@NotNull InputStream inStream, @NotNull BufferPool bufferPool) create a new decompressing InputStreamZstdOutputStream(@NotNull OutputStream outStream, @NotNull BufferPool bufferPool) create a new compressing OutputStreamZstdOutputStream(@NotNull OutputStream outStream, @NotNull BufferPool bufferPool, int level) create a new compressing OutputStreamZstdOutputStreamNoFinalizer(@NotNull OutputStream outStream, @NotNull BufferPool bufferPool) create a new compressing OutputStreamZstdOutputStreamNoFinalizer(@NotNull OutputStream outStream, @NotNull BufferPool bufferPool, int level) create a new compressing OutputStream