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