ByteReader.peekInt64Be

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

class ByteReader
bool
peekInt64Be
(
out long val
)

Parameters

val long

Pointer to a gint64 to store the result

Return Value

Type: bool

TRUE if successful, FALSE otherwise.