| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected