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

Method NewBooleanArray

JNI/jni/jni.h:1639–1641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1637 }
1638
1639 jbooleanArray NewBooleanArray(jsize len) {
1640 return functions->NewBooleanArray(this,len);
1641 }
1642 jbyteArray NewByteArray(jsize len) {
1643 return functions->NewByteArray(this,len);
1644 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected