Uses of Class
com.github.luben.zstd.ZstdCompressCtx
-
Packages that use ZstdCompressCtx Package Description com.github.luben.zstd -
-
Uses of ZstdCompressCtx in com.github.luben.zstd
Methods in com.github.luben.zstd that return ZstdCompressCtx Modifier and Type Method Description ZstdCompressCtxZstdCompressCtx. loadDict(byte[] dict)Load compression dictionary to be used for subsequently compressed frames.ZstdCompressCtxZstdCompressCtx. loadDict(ZstdDictCompress dict)Load compression dictionary to be used for subsequently compressed frames.ZstdCompressCtxZstdCompressCtx. setChecksum(boolean checksumFlag)Enable or disable compression checksumsZstdCompressCtxZstdCompressCtx. setContentSize(boolean contentSizeFlag)Enable or disable content sizeZstdCompressCtxZstdCompressCtx. setDictID(boolean dictIDFlag)Enable or disable dictIDZstdCompressCtxZstdCompressCtx. setLevel(int level)Set compression levelZstdCompressCtxZstdCompressCtx. setLong(int windowLog)Enable or disable LongDistanceMatching and set the window sizeZstdCompressCtxZstdCompressCtx. setMagicless(boolean magiclessFlag)Enable or disable magicless framesZstdCompressCtxZstdCompressCtx. setWorkers(int workers)
-