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

Method GetIntArrayElements

JNI/jni/jni.h:1676–1678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1674 return functions->GetShortArrayElements(this,array,isCopy);
1675 }
1676 jint * GetIntArrayElements(jintArray array, jboolean *isCopy) {
1677 return functions->GetIntArrayElements(this,array,isCopy);
1678 }
1679 jlong * GetLongArrayElements(jlongArray array, jboolean *isCopy) {
1680 return functions->GetLongArrayElements(this,array,isCopy);
1681 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected