ByteReader.getInt64Le

Read a signed 64 bit little endian integer into val and update the current position.

class ByteReader
bool
getInt64Le
(
out long val
)

Parameters

val long

Pointer to a gint64 to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.