| 1752 | functions->GetLongArrayRegion(this,array,start,len,buf); |
| 1753 | } |
| 1754 | void GetFloatArrayRegion(jfloatArray array, |
| 1755 | jsize start, jsize len, jfloat *buf) { |
| 1756 | functions->GetFloatArrayRegion(this,array,start,len,buf); |
| 1757 | } |
| 1758 | void GetDoubleArrayRegion(jdoubleArray array, |
| 1759 | jsize start, jsize len, jdouble *buf) { |
| 1760 | functions->GetDoubleArrayRegion(this,array,start,len,buf); |
nothing calls this directly
no outgoing calls
no test coverage detected