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