AndroidJNI.SetShortArrayElement设置短整数数组元素

来源:互联网 发布:linux查找进程的命令 编辑:程序博客网 时间:2024/05/17 19:19

staticfunction SetShortArrayElement (array : IntPtr, index : int, val : Int16) : void

Description描述

Setsthe value of one element in a primitive array.

设置一个基本数组一个元素的值。

Thisfunction is a special case of SetShortArrayRegion(), called with region sizeset to 1.

这个函数是一个特殊情况的SetShortArrayRegion(),就是region大小设置为1时。

参见: Java Native Interface Specification (Oracle)

兄弟连IT教育与全球移动游戏联盟(GMGC)共同设立中国首家基于高端游戏开发的兄弟连&GMGC手游学院!高薪就业,就学手游开发,详情咨询官网客服:http://game.lampbrother.net/

高薪就业,就学unity手游开发,详情咨询Q2430675018

0 0