Search
Preparing search index...
The search index is not available
tvmjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
ByteStreamReader
Class ByteStreamReader
An utility class to read from binary bytes.
Hierarchy
ByteStreamReader
Index
Constructors
constructor
Properties
bytes
offset
Methods
read
Byte
Array
read
U32
read
U64
Constructors
constructor
new
Byte
Stream
Reader
(
bytes
:
Uint8Array
)
:
ByteStreamReader
Parameters
bytes:
Uint8Array
Returns
ByteStreamReader
Properties
bytes
bytes
:
Uint8Array
offset
offset
:
number
= 0
Methods
read
Byte
Array
read
Byte
Array
(
)
:
Uint8Array
Returns
Uint8Array
read
U32
read
U32
(
)
:
number
Returns
number
read
U64
read
U64
(
)
:
number
Returns
number
Globals
Byte
Stream
Reader
constructor
bytes
offset
read
Byte
Array
read
U32
read
U64
Generated using
TypeDoc
An utility class to read from binary bytes.