Function gunzipSync

  • Decompresses a chunk of data with zlib GUNZIP algorithm.

    Returns

    The output buffer with the decompressed data

    Parameters

    • data: Uint8Array

      The buffer of data to decompress

    Returns Uint8Array

  • Decompresses a chunk of data with zlib GUNZIP algorithm.

    Returns

    The output buffer with the decompressed data

    Parameters

    • data: Uint8Array

      The buffer of data to decompress

    Returns Uint8Array

Generated using TypeDoc