unzipfile.md 807 B

Interface: UnzipFile

Streaming file extraction from ZIP archives

Hierarchy

  • UnzipFile

Index

Properties

Methods

Properties

ondata

ondata: AsyncFlateStreamHandler

The handler to call whenever data is available


terminate

terminate: AsyncTerminable

A method to terminate any internal workers used by the stream. ondata will not be called any further.

Methods

start

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