com.limegroup.gnutella.util
Class URLDecoder

java.lang.Object
  extended bycom.limegroup.gnutella.util.URLDecoder

public class URLDecoder
extends java.lang.Object


Constructor Summary
URLDecoder()
           
 
Method Summary
static java.lang.String decode(java.lang.String s)
          decodes a strong in x-www-urldecoded format and returns the the decoded string.
 
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 s)
decodes a strong in x-www-urldecoded format and returns the the decoded string.