Skip to main content
Module

x/compress/deps.ts>Crc32Stream

compress and uncompress for Deno
Go to Latest
class Crc32Stream
import { Crc32Stream } from "https://deno.land/x/compress@v0.4.5/deps.ts";

Constructors

new
Crc32Stream()

Properties

private
bytes: number[]
private
crc
private
encoder: TextEncoder
private
poly: number
readonly
crc32: string

Methods

append(arr: Uint8Array | string): string
reset(): void