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