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

Method NewCharArray

JNI/jni/webshell/jni.h:1645–1647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1643 return functions->NewByteArray(this,len);
1644 }
1645 jcharArray NewCharArray(jsize len) {
1646 return functions->NewCharArray(this,len);
1647 }
1648 jshortArray NewShortArray(jsize len) {
1649 return functions->NewShortArray(this,len);
1650 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected