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