Packages

package zstd

Type Members

  1. final class ZstdConstants extends AnyRef
  2. 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

Ungrouped