ByteReader.getInt8

bool getInt8(out byte val)

Read a signed 8 bit integer into val and update the current position.

Parameters

valPointer to a #gint8 to store the result

Returns

true if successful, false otherwise.