| 163 | } |
| 164 | |
| 165 | jobjectArray JavaValue::getObjectArray() const { |
| 166 | return reinterpret_cast<jobjectArray>(getObject()); |
| 167 | } |
| 168 | |
| 169 | jbyteArray JavaValue::getByteArray() const { |
| 170 | return reinterpret_cast<jbyteArray>(getObject()); |
no outgoing calls
no test coverage detected