FACT++  1.0
JNIEXPORT jstring JNICALL Java_dim_Memory_getString ( JNIEnv *  env,
jclass  nativeClass,
jlong  nativeDataAddress,
jint  maxSize 
)

Definition at line 1926 of file dim_jni.c.

References DBGe, dim_Dbg_MEMORY, and Java_dim_Memory_copyIntoBooleanArray().

Referenced by Java_dim_Memory_getDouble().

1927 {
1928  if(env){}
1929  if(nativeClass){}
1930  if(maxSize){}
1931  DBGe(dim_Dbg_MEMORY) printf("DimJNI: Memory.getString\n");
1932  return (*env)->NewStringUTF(env, (char*)nativeDataAddress);
1933 }
#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: