Class UnzipPassThrough
Implements
Index
Constructors
constructor
- new
Unzip (): UnzipPassThroughPass Through Returns UnzipPassThrough
Methods
push
- push(data, final): void
Pushes a chunk to be decompressed
Parameters
- data: Uint8Array
The data in this chunk. Do not consume (detach) this data.
- final: boolean
Whether this is the last chunk in the data stream
Returns void
- data: Uint8Array
Streaming pass-through decompression for ZIP archives