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

Method GetIntArrayRegion

JNI/jni/jni.h:1746–1749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1744 functions->GetShortArrayRegion(this,array,start,len,buf);
1745 }
1746 void GetIntArrayRegion(jintArray array,
1747 jsize start, jsize len, jint *buf) {
1748 functions->GetIntArrayRegion(this,array,start,len,buf);
1749 }
1750 void GetLongArrayRegion(jlongArray array,
1751 jsize start, jsize len, jlong *buf) {
1752 functions->GetLongArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected