com.dalsemi.protocol
Class URLDecoder

java.lang.Object
  |
  +--com.dalsemi.protocol.URLDecoder

public class URLDecoder
extends Object


Constructor Summary
URLDecoder()
           
 
Method Summary
static String decode(String s)
          Method decode this method takes an encoded url like "this+is+a+test+%42%42" and turns it into "this is a test **"
 
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 String decode(String s)
Method decode this method takes an encoded url like "this+is+a+test+%42%42" and turns it into "this is a test **"
Parameters:
s -  
Returns: