| 1665 | return functions->GetBooleanArrayElements(this,array,isCopy); |
| 1666 | } |
| 1667 | jbyte * GetByteArrayElements(jbyteArray array, jboolean *isCopy) { |
| 1668 | return functions->GetByteArrayElements(this,array,isCopy); |
| 1669 | } |
| 1670 | jchar * GetCharArrayElements(jcharArray array, jboolean *isCopy) { |
| 1671 | return functions->GetCharArrayElements(this,array,isCopy); |
| 1672 | } |
nothing calls this directly
no outgoing calls
no test coverage detected