ByteReader.peekInt64Le

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

class ByteReader
bool
peekInt64Le
(
out long val
)

Parameters

val long

Pointer to a #gint64 to store the result

Return Value

Type: bool

%TRUE if successful, %FALSE otherwise.

Meta