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

Method NewLongArray

JNI/jni/webshell/jni.h:1654–1656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652 return functions->NewIntArray(this,len);
1653 }
1654 jlongArray NewLongArray(jsize len) {
1655 return functions->NewLongArray(this,len);
1656 }
1657 jfloatArray NewFloatArray(jsize len) {
1658 return functions->NewFloatArray(this,len);
1659 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected