androidjni.setstaticshortfield 设置静态短整数域 static functionsetstaticshortfield(clazz: intptr,fieldid: intptr,val: int16) : void description描述 this function ets the value of a static field of an object. 这个函数设置一个对象的静态域的值。 参见:java native interface specification (oracle) |