Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/io
write
uintbe
Function uintbe
uintbe
(
writable
:
Uint8Array
|
ISyncWritable
,
size
:
number
,
value
:
bigint
,
noAssert
?:
boolean
,
)
:
void
write a variable-size uint (big endian) to the target (fuman writable stream or a buffer)
Parameters
writable
:
Uint8Array
|
ISyncWritable
size
:
number
value
:
bigint
noAssert
:
boolean
= false
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v0.0.7
Loading...
write a variable-size uint (big endian) to the target (fuman writable stream or a buffer)