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