ByteReader.getUint8

bool getUint8(out ubyte val)

Read an unsigned 8 bit integer into val and update the current position.

Parameters

valPointer to a #guint8 to store the result

Returns

true if successful, false otherwise.