anon.util
Class URLDecoder

java.lang.Object
  extended by anon.util.URLDecoder

public class URLDecoder
extends java.lang.Object


Constructor Summary
URLDecoder()
           
 
Method Summary
static java.lang.String decode(java.lang.String a_strURL)
          Decodes a URL to a unicode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLDecoder

public URLDecoder()
Method Detail

decode

public static java.lang.String decode(java.lang.String a_strURL)
Decodes a URL to a unicode. This method uses UTF-8-encoding.

Parameters:
a_strURL - a URL in UTF-8-encoding
Returns:
the URL in unicode encoding