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

Method GetCharArrayElements

JNI/jni/webshell/jni.h:1670–1672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1668 return functions->GetByteArrayElements(this,array,isCopy);
1669 }
1670 jchar * GetCharArrayElements(jcharArray array, jboolean *isCopy) {
1671 return functions->GetCharArrayElements(this,array,isCopy);
1672 }
1673 jshort * GetShortArrayElements(jshortArray array, jboolean *isCopy) {
1674 return functions->GetShortArrayElements(this,array,isCopy);
1675 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected