Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ByteStreamReader

An utility class to read from binary bytes.

Hierarchy

  • ByteStreamReader

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

bytes

bytes: Uint8Array

offset

offset: number = 0

Methods

readByteArray

  • readByteArray(): Uint8Array

readU32

  • readU32(): number

readU64

  • readU64(): number

Generated using TypeDoc