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 ZstdOutputStream
ZstdOutputStream. setChecksum(boolean useChecksums)
Enable checksums for the compressed stream.ZstdOutputStream
ZstdOutputStream. setCloseFrameOnFlush(boolean closeOnFlush)
Enable closing the frame on flush.ZstdOutputStream
ZstdOutputStream. setDict(byte[] dict)
ZstdOutputStream
ZstdOutputStream. setDict(ZstdDictCompress dict)
ZstdOutputStream
ZstdOutputStream. setLevel(int level)
Set the compression level.ZstdOutputStream
ZstdOutputStream. setLong(int windowLog)
Set the Long Distance Matching.ZstdOutputStream
ZstdOutputStream. setWorkers(int n)
Enable use of worker threads for parallel compression.
-