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