FACT++  1.0
JNIEXPORT void JNICALL Java_dim_Memory_copyIntoByteArray ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress,
jbyteArray  array,
jint  arrayOffset,
jint  length 
)

Definition at line 1970 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_copyIntoShortArray().

Referenced by Java_dim_Memory_copyIntoCharArray().

1971 {
1972  if(nativeClass){}
1973  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.copyIntoByteArray\n");
1974  (*env)->SetByteArrayRegion(env, array, arrayOffset, length, (void*) nativeDataAddress);
1975  return ;
1976 }
#define dim_Dbg_MEMORY
Definition: dim_jni.c:15
#define DBGe(test)
Definition: dim_jni.c:64

+ Here is the call graph for this function:

+ Here is the caller graph for this function: