readUIntBE

abstract fun readUIntBE(offset: Int, byteLength: Int): Long

Read an unsigned integer with the specified byteLength (in bytes, up to 6 bytes/48 bits) using the Big Endian byte order, at the given offset.