Uses of Class
com.github.luben.zstd.ZstdInputStream
-
Packages that use ZstdInputStream Package Description com.github.luben.zstd -
-
Uses of ZstdInputStream in com.github.luben.zstd
Methods in com.github.luben.zstd that return ZstdInputStream Modifier and Type Method Description @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
-