Uses of Class
com.github.luben.zstd.ZstdInputStream
Packages that use ZstdInputStream
-
Uses of ZstdInputStream in com.github.luben.zstd
Methods in com.github.luben.zstd that return ZstdInputStreamModifier and TypeMethodDescription@NotNull ZstdInputStreamZstdInputStream.setContinuous(boolean b) Don't break on unfinished frames Use case: decompressing files that are not yet finished writing and compressing@NotNull ZstdInputStreamZstdInputStream.setDict(byte @NotNull [] dict) @NotNull ZstdInputStreamZstdInputStream.setDict(@NotNull ZstdDictDecompress dict) @NotNull ZstdInputStreamZstdInputStream.setLongMax(int windowLogMax) @NotNull ZstdInputStreamZstdInputStream.setRefMultipleDDicts(boolean useMultiple) Enable or disable support for multiple dictionary references