Skip to main content
Go to Latest
class Uint8ArrayWriter
extends Writer<Uint8Array>
import { Uint8ArrayWriter } from "https://deno.land/x/simple_utility@v2.0.10/deps.pure_ext.ts";

Represents a Writer instance used to retrieve the written data as a Uint8Array instance.