Creates an asynchronous GZIP stream
The compression options
The callback to call whenever data is deflated
Creates an asynchronous GZIP stream
The callback to call whenever data is deflated
The handler to call whenever data is available
A method to terminate the stream's internal worker. Subsequent calls to push() will silently fail.
Pushes a chunk to be GZIPped
The chunk to push
Whether this is the last chunk
Generated using TypeDoc
Asynchronous streaming GZIP compression