Uses of Class
com.github.luben.zstd.ZstdFrameProgression
-
Packages that use ZstdFrameProgression Package Description com.github.luben.zstd -
-
Uses of ZstdFrameProgression in com.github.luben.zstd
Methods in com.github.luben.zstd that return ZstdFrameProgression Modifier and Type Method Description ZstdFrameProgression
ZstdCompressCtx. getFrameProgression()
Tells how much data has been ingested (read from input), consumed (input actually compressed) and produced (output) for current frame.private static ZstdFrameProgression
ZstdCompressCtx. getFrameProgression0(long ptr)
-