Skip to main content
Go to Latest
class StringDecoder
import { StringDecoder } from "https://deno.land/std@0.158.0/node/string_decoder.ts";

Constructors

new
StringDecoder(encoding?: string)

Properties

encoding: string
end: (buf?: Buffer) => string
fillLast: ((buf: Buffer) => string | undefined) | undefined
lastChar: Buffer
lastNeed: number
lastTotal: number
text: (buf: Buffer, n: number) => string
write: (buf: Buffer) => string