Can anybody tell me what does StringUTFChars(temp, backupFileNames[i]) do in JNI

J

jin zhang

I checked the specification fo the JNI, I did not find anything about this
method env->StringUTFChars(temp, backupFileNames)
Can anybody tell me about it.
Sorry about it if it is a stupid question because I am a new java programmer.
Thank you very much
 
H

hilz

I beleive this transforms the java unicode string characters to C characters
(16 bit to 8 bit)
 
C

Chris Uppal

jin said:
I checked the specification fo the JNI, I did not find anything about this
method env->StringUTFChars(temp, backupFileNames)


Where did you find it ? There's no such function/method in jni.h on my (1.4.2
or 1.5.0rc1) system.

-- chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top