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