ByteReader.getUint8
bool getUint8(out ubyte val)Read an unsigned 8 bit integer into val and update the current position.
Parameters
val | Pointer to a #guint8 to store the result |
Returns
true if successful, false otherwise.
bool getUint8(out ubyte val)Read an unsigned 8 bit integer into val and update the current position.
val | Pointer to a #guint8 to store the result |