class DeflateDecoderimport { DeflateDecoder } from "https://deno.land/x/foras@2.0.6/src/deno/mods/mod.ts"; ConstructorsnewDeflateDecoder()Methodsfinish(): Uint8Arrayflush(): voidfree(): voidread(): Uint8Arraywrite(input: Uint8Array): void