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

Method SetBooleanArrayRegion

JNI/jni/webshell/jni.h:1763–1766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1761 }
1762
1763 void SetBooleanArrayRegion(jbooleanArray array, jsize start, jsize len,
1764 const jboolean *buf) {
1765 functions->SetBooleanArrayRegion(this,array,start,len,buf);
1766 }
1767 void SetByteArrayRegion(jbyteArray array, jsize start, jsize len,
1768 const jbyte *buf) {
1769 functions->SetByteArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected