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

Method NewByteArray

JNI/jni/jni.h:1642–1644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640 return functions->NewBooleanArray(this,len);
1641 }
1642 jbyteArray NewByteArray(jsize len) {
1643 return functions->NewByteArray(this,len);
1644 }
1645 jcharArray NewCharArray(jsize len) {
1646 return functions->NewCharArray(this,len);
1647 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected