ByteReader.peekUint8

bool peekUint8(out ubyte val)

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

Parameters

valPointer to a #guint8 to store the result

Returns

true if successful, false otherwise.