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 ZstdInputStreamZstdInputStream. setContinuous(boolean b)Don't break on unfinished frames Use case: decompressing files that are not yet finished writing and compressingZstdInputStreamZstdInputStream. setDict(byte[] dict)ZstdInputStreamZstdInputStream. setDict(ZstdDictDecompress dict)ZstdInputStreamZstdInputStream. setLongMax(int windowLogMax)
-