Uses of Class
com.github.luben.zstd.ZstdBufferDecompressingStream
-
Packages that use ZstdBufferDecompressingStream Package Description com.github.luben.zstd -
-
Uses of ZstdBufferDecompressingStream in com.github.luben.zstd
Methods in com.github.luben.zstd that return ZstdBufferDecompressingStream Modifier and Type Method Description @NotNull ZstdBufferDecompressingStreamZstdBufferDecompressingStream. setDict(byte @NotNull [] dict)@NotNull ZstdBufferDecompressingStreamZstdBufferDecompressingStream. setDict(@NotNull ZstdDictDecompress dict)@NotNull ZstdBufferDecompressingStreamZstdBufferDecompressingStream. setLongMax(int windowLogMax)
-