Uses of Class
com.github.luben.zstd.ZstdOutputStreamNoFinalizer
Packages that use ZstdOutputStreamNoFinalizer
-
Uses of ZstdOutputStreamNoFinalizer in com.github.luben.zstd
Fields in com.github.luben.zstd declared as ZstdOutputStreamNoFinalizerMethods in com.github.luben.zstd that return ZstdOutputStreamNoFinalizerModifier and TypeMethodDescriptionZstdOutputStreamNoFinalizer.setChecksum
(boolean useChecksums) Enable checksums for the compressed stream.ZstdOutputStreamNoFinalizer.setCloseFrameOnFlush
(boolean closeOnFlush) Enable closing the frame on flush.ZstdOutputStreamNoFinalizer.setDict
(byte[] dict) ZstdOutputStreamNoFinalizer.setDict
(ZstdDictCompress dict) ZstdOutputStreamNoFinalizer.setLevel
(int level) Set the compression level.ZstdOutputStreamNoFinalizer.setLong
(int windowLog) Enable Long Distance Matching and set the Window size Log.ZstdOutputStreamNoFinalizer.setWorkers
(int n) Enable use of worker threads for parallel compression.