java - When does JNI's GetByteArrayElements return a null terminated string? -
i intend use array of bytes c string.
i interested in both zero-length , non-zero length conditions.
it returns byte elements of array. if happens null-terminated string because of application put array, have null-terminated string. neither java nor jni cares null termination.
Comments
Post a Comment