readUIntLE

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

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