GitHub
Preparing search index...
The search index is not available
conduit-ts - v0.1.0
conduit-ts
DataViewValueReader
Class DataViewValueReader
Implements
ValueReader
Index
Constructors
constructor
Methods
read
Int16
read
Int32
read
Int64
read
Int8
read
Uint16
read
Uint32
read
Uint64
read
Uint8
Constructors
constructor
new
Data
View
Value
Reader
(
)
:
DataViewValueReader
Returns
DataViewValueReader
Methods
read
Int16
read
Int16
(
buf
,
endian
)
:
number
Parameters
buf
:
Uint8Array
<
ArrayBufferLike
>
endian
:
Endian
Returns
number
read
Int32
read
Int32
(
buf
,
endian
)
:
number
Parameters
buf
:
Uint8Array
<
ArrayBufferLike
>
endian
:
Endian
Returns
number
read
Int64
read
Int64
(
buf
,
endian
)
:
bigint
Parameters
buf
:
Uint8Array
<
ArrayBufferLike
>
endian
:
Endian
Returns
bigint
read
Int8
read
Int8
(
buf
)
:
number
Parameters
buf
:
Uint8Array
<
ArrayBufferLike
>
Returns
number
read
Uint16
read
Uint16
(
buf
,
endian
)
:
number
Parameters
buf
:
Uint8Array
<
ArrayBufferLike
>
endian
:
Endian
Returns
number
read
Uint32
read
Uint32
(
buf
,
endian
)
:
number
Parameters
buf
:
Uint8Array
<
ArrayBufferLike
>
endian
:
Endian
Returns
number
read
Uint64
read
Uint64
(
buf
,
endian
)
:
bigint
Parameters
buf
:
Uint8Array
<
ArrayBufferLike
>
endian
:
Endian
Returns
bigint
read
Uint8
read
Uint8
(
buf
)
:
number
Parameters
buf
:
Uint8Array
<
ArrayBufferLike
>
Returns
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
read
Int16
read
Int32
read
Int64
read
Int8
read
Uint16
read
Uint32
read
Uint64
read
Uint8
GitHub
conduit-ts - v0.1.0
Loading...