writeUInt64 abstract method

void writeUInt64(
  1. BigInt i
)

A BigInt is necessary to encode large 64-bit integers due to limits on the size of Javascript integers

Implementation

void writeUInt64(BigInt i);