Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface gunzipSync

Hierarchy

  • gunzipSync

Callable

  • gunzipSync(data: Uint8Array, out?: Uint8Array): Uint8Array
  • Expands GZIP data

    Parameters

    • data: Uint8Array
    • Optional out: Uint8Array

      Where to write the data. GZIP already encodes the output size, so providing this doesn't save memory.

    Returns Uint8Array

    The decompressed version of the data

Generated using TypeDoc