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 ZstdCompressCtx
ZstdCompressCtx. loadDict(byte[] dict)
Load compression dictionary to be used for subsequently compressed frames.ZstdCompressCtx
ZstdCompressCtx. loadDict(ZstdDictCompress dict)
Load compression dictionary to be used for subsequently compressed frames.ZstdCompressCtx
ZstdCompressCtx. setChecksum(boolean checksumFlag)
Enable or disable compression checksumsZstdCompressCtx
ZstdCompressCtx. setContentSize(boolean contentSizeFlag)
Enable or disable content sizeZstdCompressCtx
ZstdCompressCtx. setDictID(boolean dictIDFlag)
Enable or disable dictIDZstdCompressCtx
ZstdCompressCtx. setLevel(int level)
Set compression levelZstdCompressCtx
ZstdCompressCtx. setLong(int windowLog)
Enable or disable LongDistanceMatching and set the window sizeZstdCompressCtx
ZstdCompressCtx. setMagicless(boolean magiclessFlag)
Enable or disable magicless framesZstdCompressCtx
ZstdCompressCtx. setWorkers(int workers)
-