writeInt8
Writes a byte at the given index to the underlying Node.js Buffer.
Parameters
index
The index within the Buffer to put the byte.
value
The byte.
See also
Throws
IndexOutOfBoundsException
if index is inappropriate.
Writes a byte at the given index to the underlying Node.js Buffer.
The index within the Buffer to put the byte.
The byte.
if index is inappropriate.