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

Method GetByteArrayElements

JNI/jni/webshell/jni.h:1667–1669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1665 return functions->GetBooleanArrayElements(this,array,isCopy);
1666 }
1667 jbyte * GetByteArrayElements(jbyteArray array, jboolean *isCopy) {
1668 return functions->GetByteArrayElements(this,array,isCopy);
1669 }
1670 jchar * GetCharArrayElements(jcharArray array, jboolean *isCopy) {
1671 return functions->GetCharArrayElements(this,array,isCopy);
1672 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected