moqtail-ts
Preparing search index...
model
FrozenByteBuffer
Class FrozenByteBuffer
Hierarchy (
View Summary
)
BaseByteBuffer
FrozenByteBuffer
Index
Constructors
constructor
Properties
_
checkpoint
_
offset
buf
view
Accessors
length
offset
remaining
Methods
checkpoint
get
Bytes
get
Full
Track
Name
get
Key
Value
Pair
get
Length
Prefixed
Bytes
get
Location
get
Number
VI
get
Reason
Phrase
get
Tuple
get
U16
get
U8
get
VI
restore
to
Uint8
Array
Constructors
constructor
new
FrozenByteBuffer
(
buf
:
Uint8Array
)
:
FrozenByteBuffer
Parameters
buf
:
Uint8Array
Returns
FrozenByteBuffer
Properties
Protected
_
checkpoint
_checkpoint
:
number
= 0
Protected
_
offset
_offset
:
number
= 0
Protected
buf
buf
:
Uint8Array
Protected
view
view
:
DataView
Accessors
length
get
length
()
:
number
Returns
number
offset
get
offset
()
:
number
Returns
number
remaining
get
remaining
()
:
number
Returns
number
Methods
checkpoint
checkpoint
()
:
void
Save current read position for potential rollback
Returns
void
get
Bytes
getBytes
(
len
:
number
)
:
Uint8Array
Parameters
len
:
number
Returns
Uint8Array
get
Full
Track
Name
getFullTrackName
()
:
FullTrackName
Returns
FullTrackName
get
Key
Value
Pair
getKeyValuePair
()
:
KeyValuePair
Returns
KeyValuePair
get
Length
Prefixed
Bytes
getLengthPrefixedBytes
()
:
Uint8Array
Returns
Uint8Array
get
Location
getLocation
()
:
Location
Returns
Location
get
Number
VI
getNumberVI
()
:
number
Returns
number
get
Reason
Phrase
getReasonPhrase
()
:
ReasonPhrase
Returns
ReasonPhrase
get
Tuple
getTuple
()
:
Tuple
Returns
Tuple
get
U16
getU16
()
:
number
Returns
number
get
U8
getU8
()
:
number
Returns
number
get
VI
getVI
()
:
bigint
Returns
bigint
restore
restore
()
:
void
Restore read position to last checkpoint
Returns
void
to
Uint8
Array
toUint8Array
()
:
Uint8Array
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
checkpoint
_
offset
buf
view
Accessors
length
offset
remaining
Methods
checkpoint
get
Bytes
get
Full
Track
Name
get
Key
Value
Pair
get
Length
Prefixed
Bytes
get
Location
get
Number
VI
get
Reason
Phrase
get
Tuple
get
U16
get
U8
get
VI
restore
to
Uint8
Array
moqtail-ts
Loading...
Save current read position for potential rollback