MCPcopy Create free account
hub / github.com/baidu/tera / SetByteArrayRegion

Method SetByteArrayRegion

src/sdk/java/native-src/jni.h:1359–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357 functions->SetBooleanArrayRegion(this, array, start, len, buf);
1358 }
1359 void SetByteArrayRegion(jbyteArray array, jsize start, jsize len, const jbyte *buf) {
1360 functions->SetByteArrayRegion(this, array, start, len, buf);
1361 }
1362 void SetCharArrayRegion(jcharArray array, jsize start, jsize len, const jchar *buf) {
1363 functions->SetCharArrayRegion(this, array, start, len, buf);
1364 }

Callers 1

StringToJByteArrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected