Asynchronous streaming single or multi-member GZIP decompression

Constructors

Methods

  • Pushes a chunk to be GUNZIPped

    Parameters

    • chunk: Uint8Array

      The chunk to push

    • Optionalfinal: boolean

      Whether this is the last chunk

    Returns void

Properties

The handler to call whenever data is available

The handler to call whenever buffered source data is processed (i.e. queuedSize updates)

The handler to call whenever a new GZIP member is found

queuedSize: number

The number of compressed bytes buffered in the stream

terminate: AsyncTerminable

A method to terminate the stream's internal worker. Subsequent calls to push() will silently fail.