Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AsyncUnzipInflate

Asynchronous streaming DEFLATE decompression for ZIP archives

class AsyncUnzipInflate implements UnzipDecoder {
constructor(_: string, sz?: number);
private i;
terminate: AsyncTerminable;
 
push(data: Uint8Array, final: boolean): void;
 
static compression: number;
}

§Implements

§Constructors

§
new AsyncUnzipInflate(_: string, sz?: number)
[src]

Creates a DEFLATE decompression that can be used in ZIP archives

§Properties

§Methods

§
push(data: Uint8Array, final: boolean): void
[src]

§Static Properties

§
compression: number
[src]