readI64 method

int? readI64()

Implementation

int? readI64() {
  return bytesToNumber(readBytes(8));
}