Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BufferUtils

import { BufferUtils } from "https://raw.githubusercontent.com/i-xi-dev/bytes.es/4.2.0/deps.ts";

§Namespace

BufferUtils.Uint8ArrayUtils

§Classes

BufferUtils.GrowableBuffer deprecated

§Variables

BufferUtils.BYTE_ORDER
BufferUtils.ByteOrder

§Functions

BufferUtils.isArrayBufferViewConstructor
BufferUtils.isArrayOfUint8 deprecated
BufferUtils.isBigEndian
BufferUtils.isDataViewConstructor
BufferUtils.isLittleEndian
BufferUtils.isTypedArrayConstructor
BufferUtils.Uint8ArrayUtils.fromUint16s
BufferUtils.Uint8ArrayUtils.fromUint32s
BufferUtils.Uint8ArrayUtils.fromUint8s
BufferUtils.Uint8ArrayUtils.toUint16sArray
BufferUtils.Uint8ArrayUtils.toUint32sArray
BufferUtils.Uint8ArrayUtils.toUint8sArray

§Type Aliases

BufferUtils.ArrayBufferViewConstructor

The type of the ArrayBufferView constructor.

BufferUtils.ByteOrder
BufferUtils.TypedArrayConstructor

The type of the TypedArray constructor.