Uses of Interface
com.github.luben.zstd.BufferPool
-
Packages that use BufferPool Package Description com.github.luben.zstd -
-
Uses of BufferPool in com.github.luben.zstd
Classes in com.github.luben.zstd that implement BufferPool Modifier and Type Class Description classNoPoolImplementation of `BufferPool` that does not recycle buffers.classRecyclingBufferPoolA pool of buffers which uses a simple reference queue to recycle buffers.Fields in com.github.luben.zstd declared as BufferPool Modifier and Type Field Description static @NotNull BufferPoolNoPool. INSTANCEstatic @NotNull BufferPoolRecyclingBufferPool. INSTANCEConstructors in com.github.luben.zstd with parameters of type BufferPool Constructor Description ZstdInputStream(@NotNull java.io.InputStream inStream, @NotNull BufferPool bufferPool)create a new decompressing InputStreamZstdInputStreamNoFinalizer(@NotNull java.io.InputStream inStream, @NotNull BufferPool bufferPool)create a new decompressing InputStreamZstdOutputStream(@NotNull java.io.OutputStream outStream, @NotNull BufferPool bufferPool)create a new compressing OutputStreamZstdOutputStream(@NotNull java.io.OutputStream outStream, @NotNull BufferPool bufferPool, int level)create a new compressing OutputStreamZstdOutputStreamNoFinalizer(@NotNull java.io.OutputStream outStream, @NotNull BufferPool bufferPool)create a new compressing OutputStreamZstdOutputStreamNoFinalizer(@NotNull java.io.OutputStream outStream, @NotNull BufferPool bufferPool, int level)create a new compressing OutputStream
-