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

Method GetLongArrayRegion

JNI/jni/jni.h:1750–1753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1753 }
1754 void GetFloatArrayRegion(jfloatArray array,
1755 jsize start, jsize len, jfloat *buf) {
1756 functions->GetFloatArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected