zstd-napi - v0.0.11
    Preparing search index...

    Function getFrameContentSize

    • Returns the number of decompressed bytes in the provided frame.

      Wraps ZSTD_getFrameContentSize.

      Parameters

      • frameBuf: Uint8Array

        Buffer with Zstandard frame (or frame header)

      Returns null | number

      Number of decompressed bytes, or null if unknown