getUint64 method

int getUint64()

Implementation

int getUint64() {
  offset += 8;
  return data.getUint64(offset - 8, endian);
}