ByteWriter.putInt64Le

Writes a signed little endian 64 bit integer to @writer.

class ByteWriter
bool
putInt64Le
(
long val
)

Parameters

val long

Value to write

Return Value

Type: bool

%TRUE if the value could be written

Meta