Skip to main content
Go to Latest
class Crc32Stream
import { Crc32Stream } from "https://deno.land/x/crc32@v0.2.0/mod.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