ByteWriter.putUint64Be

Writes a unsigned big endian 64 bit integer to writer.

class ByteWriter
bool
putUint64Be
(
ulong val
)

Parameters

val ulong

Value to write

Return Value

Type: bool

TRUE if the value could be written