Uses of Class
com.github.luben.zstd.ZstdCompressCtx
Packages that use ZstdCompressCtx
-
Uses of ZstdCompressCtx in com.github.luben.zstd
Methods in com.github.luben.zstd that return ZstdCompressCtxModifier and TypeMethodDescriptionZstdCompressCtx.loadDict
(byte[] dict) Load compression dictionary to be used for subsequently compressed frames.ZstdCompressCtx.loadDict
(ZstdDictCompress dict) Load compression dictionary to be used for subsequently compressed frames.ZstdCompressCtx.setChecksum
(boolean checksumFlag) Enable or disable compression checksumsZstdCompressCtx.setContentSize
(boolean contentSizeFlag) Enable or disable content sizeZstdCompressCtx.setDictID
(boolean dictIDFlag) Enable or disable dictIDZstdCompressCtx.setLevel
(int level) Set compression levelZstdCompressCtx.setLong
(int windowLog) Enable or disable LongDistanceMatching and set the window sizeZstdCompressCtx.setWorkers
(int workers)