writeUint64 abstract method

void writeUint64(
  1. int value
)

Write a 64-bit word to the end of the buffer.

Implementation

void writeUint64(int value);