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