ByteReader.peekInt32Le

Read a signed 32 bit little endian integer into val but keep the current position.

class ByteReader
bool
peekInt32Le
(
out int val
)

Parameters

val int

Pointer to a #gint32 to store the result

Return Value

Type: bool

true if successful, false otherwise.