Duplicate :
|
|
Relates :
|
I would like the doc for GetStringUTFChars() to spec if the returned string is null-terminated. Since JNI also provides a GetStringUTFLength() it would be technically possible to use the result of GetStringUTFChars() without null-termination. Same is true for GetStringChars() /GetStringLength(). and GetStringCritical().