I am trying to use JNI to process large chunks of data using C++ however I am having trouble understanding weather the function SetArrayRegion will duplicate an array element by element or if it can just leave the data in place and return it to the calling java function.
The following documentation is where I have been reading about it but it is still unclear what is going on. http://download.oracle.com/javase/1.5.0/docs/guide/jni/spec/functions.html
Thank you for the help.