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

Method GetByteField

JNI/jni/jni.h:1288–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1286 return functions->GetBooleanField(this,obj,fieldID);
1287 }
1288 jbyte GetByteField(jobject obj, jfieldID fieldID) {
1289 return functions->GetByteField(this,obj,fieldID);
1290 }
1291 jchar GetCharField(jobject obj, jfieldID fieldID) {
1292 return functions->GetCharField(this,obj,fieldID);
1293 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected