Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface unzlibSync

Hierarchy

  • unzlibSync

Callable

  • unzlibSync(data: Uint8Array, out?: Uint8Array): Uint8Array
  • Expands Zlib data

    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