Streaming file extraction from ZIP archives
• ondata: AsyncFlateStreamHandler
The handler to call whenever data is available
• terminate: AsyncTerminable
A method to terminate any internal workers used by the stream. ondata will not be called any further.
▸ start(): void
Starts reading from the stream. Calling this function will always enable this stream, but ocassionally the stream will be enabled even without this being called.
Returns: void