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