Java プラットフォーム 1.2

java.net
クラス URLDecoder

java.lang.Object
  |
  +--java.net.URLDecoder

public class URLDecoder
extends Object

このクラスには、MIME 形式 (「x-www-form-url 符号化」形式と呼ばれる) を String に変換するユーティリティメソッドがあります。

String に変換するには、各文字を次の順序で調べます。

導入されたバージョン:
JDK1.2

コンストラクタの概要
URLDecoder()
           
 
メソッドの概要
static String decode(String s)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

URLDecoder

public URLDecoder()
メソッドの詳細

decode

public static String decode(String s)
                     throws Exception

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.