java.net
Class URLDecoder

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

public synchronized class URLDecoder
extends Object


Constructor Summary
URLDecoder()
           
 
Method Summary
static String decode(String)
           
static String decode(String, String)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

URLDecoder

public URLDecoder()
Method Detail

decode

public static String decode(String)

decode

public static String decode(String,
                            String)
                     throws UnsupportedEncodingException
UnsupportedEncodingException