Version: 5.5
public static string GetStringUTFChars (IntPtr str);

説明

UTF-8 エンコーディングに修正された文字列を表す String オブジェクトを返します。

このメソッドはオリジナルのGetStringUTFCharsを修正したものでバイト配列のポインタを返します。

関連項目: Java Native Interface Specification (Oracle)