ByteWriter.putUint64Be
bool putUint64Be(ulong val)Writes a unsigned big endian 64 bit integer to writer.
Parameters
val | Value to write |
Returns
true if the value could be written
bool putUint64Be(ulong val)Writes a unsigned big endian 64 bit integer to writer.
val | Value to write |