VASSAL.tools
Class Decoder

java.lang.Object
  |
  +--VASSAL.tools.Decoder

public class Decoder
extends java.lang.Object

Utility class for decoding URL-encoded strings


Constructor Summary
Decoder()
           
 
Method Summary
static java.lang.String URLdecode(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder()
Method Detail

URLdecode

public static java.lang.String URLdecode(java.lang.String s)