Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface inflateSync

Hierarchy

  • inflateSync

Callable

  • inflateSync(data: Uint8Array, out?: Uint8Array): Uint8Array
  • Expands DEFLATE data with no wrapper

    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