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.registerSequenceProducer(SequenceProducer producer) Register an external sequence producerZstdCompressCtx.setChainLog(int chainLog) ZstdCompressCtx.setChecksum(boolean checksumFlag) Enable or disable compression checksumsZstdCompressCtx.setContentSize(boolean contentSizeFlag) Enable or disable content sizeZstdCompressCtx.setDictID(boolean dictIDFlag) Enable or disable dictIDZstdCompressCtx.setEnableLongDistanceMatching(Zstd.ParamSwitch enableLDM) Enable or disable long-distance matching.ZstdCompressCtx.setHashLog(int hashLog) ZstdCompressCtx.setJobSize(int jobSize) ZstdCompressCtx.setLevel(int level) Set compression levelZstdCompressCtx.setLong(int windowLog) Enable or disable LongDistanceMatching and set the window sizeZstdCompressCtx.setMagicless(boolean magiclessFlag) Enable or disable magicless framesZstdCompressCtx.setMinMatch(int minMatch) ZstdCompressCtx.setOverlapLog(int overlapLog) ZstdCompressCtx.setSearchForExternalRepcodes(Zstd.ParamSwitch searchRepcodes) Set whether to search external sequences for repeated offsets that can be encoded as repcodes.ZstdCompressCtx.setSearchLog(int searchLog) ZstdCompressCtx.setSequenceProducerFallback(boolean fallbackFlag) Enable or disable sequence producer fallbackZstdCompressCtx.setStrategy(int strategy) ZstdCompressCtx.setTargetLength(int targetLength) ZstdCompressCtx.setValidateSequences(Zstd.ParamSwitch validateSequences) Enable or disable sequence validation.ZstdCompressCtx.setWindowLog(int windowLog) ZstdCompressCtx.setWorkers(int workers)