Skip to main content
Module

x/bytebuf/bytebuf.ts>ByteBuf#readUint8Array

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

Reads the next array of unsigned bytes.

Parameters

optional
byteLength: number

The byte length.

Returns

Uint8Array

The value.