Examples
Convert between binary and integers
API reference
@oslojs/binary
Links
GitHub
Oslo
Twitter
Donate
DynamicBuffer.write()
Adds bytes to the end of the current value.
Definition
function
write
(
bytes
:
Uint8Array
)
:
void
;
Parameters
bytes