readInt8
Reads a byte at the given index from the underlying Node.js Buffer.
Parameters
index
The index within the Buffer to read the byte from.
See also
Throws
IndexOutOfBoundsException
if index is inappropriate.
Reads a byte at the given index from the underlying Node.js Buffer.
The index within the Buffer to read the byte from.
if index is inappropriate.