Skip to main content
Module

x/foras/src/deno/mod.ts>Foras.GzDecoder

WebAssembly port of Rust's flate2, a Rust implementation of Deflate, Gzip, and Zlib compressions
Go to Latest
class Foras.GzDecoder
import { Foras } from "https://deno.land/x/foras@2.0.8/src/deno/mod.ts";
const { GzDecoder } = Foras;

Constructors

new
GzDecoder()

Methods

finish(): Uint8Array
flush(): void
free(): void
read(): Uint8Array
write(input: Uint8Array): void