ByteReader.peekUint8

Read an unsigned 8 bit integer into val but keep the current position.

class ByteReader
bool
peekUint8
(
out ubyte val
)

Parameters

val ubyte

Pointer to a #guint8 to store the result

Return Value

Type: bool

true if successful, false otherwise.