| 1662 | } |
| 1663 | |
| 1664 | jboolean * GetBooleanArrayElements(jbooleanArray array, jboolean *isCopy) { |
| 1665 | return functions->GetBooleanArrayElements(this,array,isCopy); |
| 1666 | } |
| 1667 | jbyte * GetByteArrayElements(jbyteArray array, jboolean *isCopy) { |
| 1668 | return functions->GetByteArrayElements(this,array,isCopy); |
| 1669 | } |
nothing calls this directly
no outgoing calls
no test coverage detected