readIntBE method
Reads byteLength
number of bytes from this buffer at the specified offset
and interprets the result as a two's complement signed value.
Supports up to 48 bits of accuracy.
Implementation
external int readIntBE(int offset, int byteLength, [bool noAssert]);