ByteReader.getInt8

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

class ByteReader
bool
getInt8
(
out byte val
)

Parameters

val byte

Pointer to a #gint8 to store the result

Return Value

Type: bool

true if successful, false otherwise.