Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Constructors

new
GzDecoder()

Methods

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