Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBuffered<T>

Generic interface for types with binary backing buffers.

Type parameters

  • T

Hierarchy

  • IBuffered

Index

Properties

Methods

Properties

buffer

buffer: T

An implementation's publicly accessible backing array / ArrayBuffer (usually a typed array instance).

Methods

Optional bytes

  • bytes(): Uint8Array
  • Returns an Uint8Array view of backing array.

    Returns Uint8Array

Generated using TypeDoc