ZstdOutputStream |
ZstdOutputStream.setChainLog(int chainLog) |
Advanced Compression Option: Set the maximum number of bits for the secondary search
structure.
|
ZstdOutputStream |
ZstdOutputStream.setChecksum(boolean useChecksums) |
Enable checksums for the compressed stream.
|
ZstdOutputStream |
ZstdOutputStream.setCloseFrameOnFlush(boolean closeOnFlush) |
Enable closing the frame on flush.
|
ZstdOutputStream |
ZstdOutputStream.setDict(byte[] dict) |
|
ZstdOutputStream |
ZstdOutputStream.setDict(ZstdDictCompress dict) |
|
ZstdOutputStream |
ZstdOutputStream.setHashLog(int hashLog) |
Advanced Compression Option: Set the maximum number of bits for a hash table.
|
ZstdOutputStream |
ZstdOutputStream.setJobSize(int jobSize) |
Advanced Compression Option: Set the size of each compression job.
|
ZstdOutputStream |
ZstdOutputStream.setLevel(int level) |
Set the compression level.
|
ZstdOutputStream |
ZstdOutputStream.setLong(int windowLog) |
Set the Long Distance Matching.
|
ZstdOutputStream |
ZstdOutputStream.setMinMatch(int minMatch) |
Advanced Compression Option: Set the minimum match length.
|
ZstdOutputStream |
ZstdOutputStream.setOverlapLog(int overlapLog) |
Advanced Compression Option: Set the amount of data reloaded from the
previous job.
|
ZstdOutputStream |
ZstdOutputStream.setSearchLog(int searchLog) |
Advanced Compression Option: Set the maximum number of searches in a hash chain or a binary
tree using logarithmic scale.
|
ZstdOutputStream |
ZstdOutputStream.setStrategy(int strategy) |
Advanced Compression Option: Set the strategy used by a match finder.
|
ZstdOutputStream |
ZstdOutputStream.setTargetLength(int targetLength) |
Advanced Compression Option: Set the target match length.
|
ZstdOutputStream |
ZstdOutputStream.setWindowLog(int windowLog) |
Advanced Compression Option: Set the maximum number of bits for a match distance.
|
ZstdOutputStream |
ZstdOutputStream.setWorkers(int n) |
Enable use of worker threads for parallel compression.
|