Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/compress/zlib/inflate.ts>Inflate

compress and uncompress for Deno
Latest
class Inflate
import { Inflate } from "https://deno.land/x/compress@v0.5.0/zlib/inflate.ts";

Class for inflating compressed data.

Constructors

new
Inflate(options: InflateOptions)

Creates an instance of Inflate.

Properties

ended: boolean
err: STATUS
header: GZheader
msg: string
options: InflateOptionsRequired
strm: ZStream

Methods

push(data: Uint8Array, mode: boolean | number): Uint8Array

Pushes data to be inflated.