ByteReader.peekUint64Le

Read an unsigned 64 bit little endian integer into @val but keep the current position.

class ByteReader
bool
peekUint64Le
(
out ulong val
)

Parameters

val ulong

Pointer to a #guint64 to store the result

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta