com.waveset.util
Class URLUTF8Decoder

java.lang.Object
  extended bycom.waveset.util.URLUTF8Decoder

public class URLUTF8Decoder
extends java.lang.Object


Nested Class Summary
static class URLUTF8Decoder.ByteToCharConverter
           
static class URLUTF8Decoder.ByteToCharUTF8
           
 
Constructor Summary
URLUTF8Decoder()
           
 
Method Summary
static java.lang.String decode(java.lang.String s)
          This method should always be used rather than java.net.URLDecoder.decode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLUTF8Decoder

public URLUTF8Decoder()
Method Detail

decode

public static java.lang.String decode(java.lang.String s)
This method should always be used rather than java.net.URLDecoder.decode