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

Method GetBooleanArrayRegion

JNI/jni/jni.h:1730–1733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728 }
1729
1730 void GetBooleanArrayRegion(jbooleanArray array,
1731 jsize start, jsize len, jboolean *buf) {
1732 functions->GetBooleanArrayRegion(this,array,start,len,buf);
1733 }
1734 void GetByteArrayRegion(jbyteArray array,
1735 jsize start, jsize len, jbyte *buf) {
1736 functions->GetByteArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected