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