writeIntLE

abstract fun writeIntLE(value: Long, offset: Int, byteLength: Int): Int

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