| 1668 | return functions->GetByteArrayElements(this,array,isCopy); |
| 1669 | } |
| 1670 | jchar * GetCharArrayElements(jcharArray array, jboolean *isCopy) { |
| 1671 | return functions->GetCharArrayElements(this,array,isCopy); |
| 1672 | } |
| 1673 | jshort * GetShortArrayElements(jshortArray array, jboolean *isCopy) { |
| 1674 | return functions->GetShortArrayElements(this,array,isCopy); |
| 1675 | } |
nothing calls this directly
no outgoing calls
no test coverage detected