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

Method NewIntArray

JNI/jni/jni.h:1651–1653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1649 return functions->NewShortArray(this,len);
1650 }
1651 jintArray NewIntArray(jsize len) {
1652 return functions->NewIntArray(this,len);
1653 }
1654 jlongArray NewLongArray(jsize len) {
1655 return functions->NewLongArray(this,len);
1656 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected