Objectcom.nttdocomo.net.URLEncoder
文字列を x-www-form-urlencoded 形式の文字列に変換するためのクラスです。
| メソッドの概要 | |
static String |
encode(String str)
文字列を URL エンコード形式の文字列に変換します。 |
| クラス Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
public static String encode(String str)
str - エンコードする文字列を指定します。
NullPointerException - 引数 str に null が指定された場合に発生します。