androidjni.setlongarrayelement 设置长整数数组元素 static functionsetlongarrayelement(array: intptr,index: int,val: int64) : void description描述 sets the value of one element in a primitive array. 设置一个基本数组一个元素的值。 this function is a special case of setlongarrayregion(), called with region size set to 1. 这个函数是一个特殊情况的setlongarrayregion(),就是region大小设置为1时。 |