The getBigInt64()
method of DataView
instances reads 8 bytes starting at the specified byte offset of this DataView
and interprets them as a 64-bit signed integer. There is no alignment constraint; multi-byte values may be fetched from any offset within bounds.