MCPcopy Create free account
hub / github.com/Firebasky/Java / SetByteField

Method SetByteField

JNI/jni/jni.h:1317–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315 functions->SetBooleanField(this,obj,fieldID,val);
1316 }
1317 void SetByteField(jobject obj, jfieldID fieldID,
1318 jbyte val) {
1319 functions->SetByteField(this,obj,fieldID,val);
1320 }
1321 void SetCharField(jobject obj, jfieldID fieldID,
1322 jchar val) {
1323 functions->SetCharField(this,obj,fieldID,val);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected