ByteReader.peekUint32Be
bool peekUint32Be(out uint val)Read an unsigned 32 bit big endian integer into val but keep the current position.
Parameters
val | Pointer to a #guint32 to store the result |
Returns
true if successful, false otherwise.
bool peekUint32Be(out uint val)Read an unsigned 32 bit big endian integer into val but keep the current position.
val | Pointer to a #guint32 to store the result |