Class UnzipPassThrough
Implements
Index
Constructors
constructor
- new UnzipPassThrough(): UnzipPassThrough
Returns UnzipPassThrough
Methods
push
- push(data: Uint8Array<ArrayBufferLike>, final: boolean): void
Pushes a chunk to be decompressed
Parameters
- data: Uint8Array<ArrayBufferLike>
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<ArrayBufferLike>
Streaming pass-through decompression for ZIP archives