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