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

Method GetBooleanArrayElements

JNI/jni/webshell/jni.h:1664–1666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1662 }
1663
1664 jboolean * GetBooleanArrayElements(jbooleanArray array, jboolean *isCopy) {
1665 return functions->GetBooleanArrayElements(this,array,isCopy);
1666 }
1667 jbyte * GetByteArrayElements(jbyteArray array, jboolean *isCopy) {
1668 return functions->GetByteArrayElements(this,array,isCopy);
1669 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected