Skip to main content
Module

x/bytebuf/bytebuf.ts>ByteBuf#setUint8Array

A byte buffer for encoding and decoding binary data in JavaScript.
Latest
method ByteBuf.prototype.setUint8Array
import { ByteBuf } from "https://deno.land/x/bytebuf@1.2.0/bytebuf.ts";

Sets an array of unsigned bytes.

Parameters

byteOffset: number

The byte offset.

value: Uint8Array

The value.