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

Method GetByteArrayRegion

JNI/jni/webshell/jni.h:1734–1737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1737 }
1738 void GetCharArrayRegion(jcharArray array,
1739 jsize start, jsize len, jchar *buf) {
1740 functions->GetCharArrayRegion(this,array,start,len,buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected