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