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