Skip to main content
Module

x/binary_reader/binary_reader.ts>BinaryReader#readBytes

A Deno module and helper class that provides an easy way to read different types from a binary array buffer.
Latest
method BinaryReader.prototype.readBytes
import { BinaryReader } from "https://deno.land/x/binary_reader@v0.1.6/binary_reader.ts";

Reads length unsigned 8-bit integers from the current position in the buffer.

Parameters

length: number

The number of bytes to read.

Returns

Uint8Array