Asynchronous streaming GZIP compression

Constructors

Methods

Properties

Constructors

Methods

  • Flushes buffered uncompressed data. Useful to immediately retrieve the GZIPped output for small inputs.

    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)

queuedSize: number

The number of uncompressed bytes buffered in the stream

terminate: AsyncTerminable

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