package zstd
Type Members
- final class ZstdConstants extends AnyRef
-
class
ZstdDecoder extends ByteToMessageDecoder
A streaming decoder that decompresses Zstd compressed data.
A streaming decoder that decompresses Zstd compressed data. It "manually" parses out the frame header in order to allocate appropriate output chunks and a buffer to hold the required lookback window, but then delegates to a JNI-based library to handle the streaming decompression