ByteReader.peekInt8
bool peekInt8(out byte val)Read a signed 8 bit integer into val but keep the current position.
Parameters
val | Pointer to a #gint8 to store the result |
Returns
true if successful, false otherwise.
bool peekInt8(out byte val)Read a signed 8 bit integer into val but keep the current position.
val | Pointer to a #gint8 to store the result |