Uses of Class
com.github.luben.zstd.ZstdOutputStream
Packages that use ZstdOutputStream
-
Uses of ZstdOutputStream in com.github.luben.zstd
Methods in com.github.luben.zstd that return ZstdOutputStreamModifier and TypeMethodDescriptionZstdOutputStream.setChecksum
(boolean useChecksums) Enable checksums for the compressed stream.ZstdOutputStream.setCloseFrameOnFlush
(boolean closeOnFlush) Enable closing the frame on flush.ZstdOutputStream.setDict
(byte[] dict) ZstdOutputStream.setDict
(ZstdDictCompress dict) ZstdOutputStream.setLevel
(int level) Set the compression level.ZstdOutputStream.setLong
(int windowLog) Set the Long Distance Matching.ZstdOutputStream.setWorkers
(int n) Enable use of worker threads for parallel compression.