| 1732 | functions->GetBooleanArrayRegion(this,array,start,len,buf); |
| 1733 | } |
| 1734 | void GetByteArrayRegion(jbyteArray array, |
| 1735 | jsize start, jsize len, jbyte *buf) { |
| 1736 | functions->GetByteArrayRegion(this,array,start,len,buf); |
| 1737 | } |
| 1738 | void GetCharArrayRegion(jcharArray array, |
| 1739 | jsize start, jsize len, jchar *buf) { |
| 1740 | functions->GetCharArrayRegion(this,array,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected