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

Method GetCharArrayRegion

JNI/jni/webshell/jni.h:1738–1741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736 functions->GetByteArrayRegion(this,array,start,len,buf);
1737 }
1738 void GetCharArrayRegion(jcharArray array,
1739 jsize start, jsize len, jchar *buf) {
1740 functions->GetCharArrayRegion(this,array,start,len,buf);
1741 }
1742 void GetShortArrayRegion(jshortArray array,
1743 jsize start, jsize len, jshort *buf) {
1744 functions->GetShortArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected