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

Method NewShortArray

JNI/jni/webshell/jni.h:1648–1650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1646 return functions->NewCharArray(this,len);
1647 }
1648 jshortArray NewShortArray(jsize len) {
1649 return functions->NewShortArray(this,len);
1650 }
1651 jintArray NewIntArray(jsize len) {
1652 return functions->NewIntArray(this,len);
1653 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected