Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface decompressSync

Hierarchy

  • decompressSync

Callable

  • decompressSync(data: Uint8Array, out?: Uint8Array): Uint8Array
  • Expands compressed GZIP, Zlib, or raw DEFLATE data, automatically detecting the format

    Parameters

    • data: Uint8Array
    • Optional out: Uint8Array

      Where to write the data. Saves memory if you know the decompressed size and provide an output buffer of that length.

    Returns Uint8Array

    The decompressed version of the data

Generated using TypeDoc