| 1728 | } |
| 1729 | |
| 1730 | void GetBooleanArrayRegion(jbooleanArray array, |
| 1731 | jsize start, jsize len, jboolean *buf) { |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected