Asynchronous streaming DEFLATE decompression for ZIP archives
+ new AsyncUnzipInflate(_: string, sz?: number): AsyncUnzipInflate
Creates a DEFLATE decompression that can be used in ZIP archives
| Name | Type | 
|---|---|
| _ | string | 
| sz? | number | 
Returns: AsyncUnzipInflate
• ondata: AsyncFlateStreamHandler
Implementation of UnzipDecoder.ondata
• terminate: AsyncTerminable
Implementation of UnzipDecoder.terminate
▪ Static compression: number = 8
▸ push(data: Uint8Array, final: boolean): void
Implementation of UnzipDecoder
| Name | Type | 
|---|---|
| data | Uint8Array | 
| final | boolean | 
Returns: void