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 TypeMethodDescription@NotNull ZstdCompressCtxZstdCompressCtx.loadDict(byte @Nullable [] dict) Load compression dictionary to be used for subsequently compressed frames.@NotNull ZstdCompressCtxZstdCompressCtx.loadDict(@Nullable ZstdDictCompress dict) Load compression dictionary to be used for subsequently compressed frames.@NotNull ZstdCompressCtxZstdCompressCtx.registerSequenceProducer(@Nullable SequenceProducer producer) Register an external sequence producer@NotNull ZstdCompressCtxZstdCompressCtx.setChainLog(int chainLog) @NotNull ZstdCompressCtxZstdCompressCtx.setChecksum(boolean checksumFlag) Enable or disable compression checksums@NotNull ZstdCompressCtxZstdCompressCtx.setContentSize(boolean contentSizeFlag) Enable or disable content size@NotNull ZstdCompressCtxZstdCompressCtx.setDictID(boolean dictIDFlag) Enable or disable dictID@NotNull ZstdCompressCtxZstdCompressCtx.setEnableLongDistanceMatching(Zstd.ParamSwitch enableLDM) Enable or disable long-distance matching.@NotNull ZstdCompressCtxZstdCompressCtx.setHashLog(int hashLog) @NotNull ZstdCompressCtxZstdCompressCtx.setJobSize(int jobSize) @NotNull ZstdCompressCtxZstdCompressCtx.setLevel(int level) Set compression level@NotNull ZstdCompressCtxZstdCompressCtx.setLong(int windowLog) Enable or disable LongDistanceMatching and set the window size@NotNull ZstdCompressCtxZstdCompressCtx.setMagicless(boolean magiclessFlag) Enable or disable magicless frames@NotNull ZstdCompressCtxZstdCompressCtx.setMinMatch(int minMatch) @NotNull ZstdCompressCtxZstdCompressCtx.setOverlapLog(int overlapLog) @NotNull ZstdCompressCtxZstdCompressCtx.setSearchForExternalRepcodes(Zstd.ParamSwitch searchRepcodes) Set whether to search external sequences for repeated offsets that can be encoded as repcodes.@NotNull ZstdCompressCtxZstdCompressCtx.setSearchLog(int searchLog) @NotNull ZstdCompressCtxZstdCompressCtx.setSequenceProducerFallback(boolean fallbackFlag) Enable or disable sequence producer fallback@NotNull ZstdCompressCtxZstdCompressCtx.setStrategy(int strategy) @NotNull ZstdCompressCtxZstdCompressCtx.setTargetLength(int targetLength) @NotNull ZstdCompressCtxZstdCompressCtx.setValidateSequences(Zstd.ParamSwitch validateSequences) Enable or disable sequence validation.@NotNull ZstdCompressCtxZstdCompressCtx.setWindowLog(int windowLog) @NotNull ZstdCompressCtxZstdCompressCtx.setWorkers(int workers)