ByteReader.peekInt8

Read a signed 8 bit integer into val but keep the current position.

class ByteReader
bool
peekInt8
(
out byte val
)

Parameters

val byte

Pointer to a gint8 to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.