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