ByteReader.peekInt24Be

Read a signed 24 bit big endian integer into val but keep the current position.

class ByteReader
bool
peekInt24Be
(
out int val
)

Parameters

val int

Pointer to a gint32 to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.