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

Method SetLongArrayRegion

JNI/jni/jni.h:1783–1786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1781 functions->SetIntArrayRegion(this,array,start,len,buf);
1782 }
1783 void SetLongArrayRegion(jlongArray array, jsize start, jsize len,
1784 const jlong *buf) {
1785 functions->SetLongArrayRegion(this,array,start,len,buf);
1786 }
1787 void SetFloatArrayRegion(jfloatArray array, jsize start, jsize len,
1788 const jfloat *buf) {
1789 functions->SetFloatArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected