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