|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.croftsoft.core.net.URLCoder
public final class URLCoder
Java 1.1 substitute for URLDecoder and URLEncoder.
The classes java.net.URLDecoder and java.net.URLEncoder were not available until Java 1.2. This class provides a substitute for those programs which must use the Java 1.1 API.
URLDecoder
,
URLEncoder
Method Summary | |
---|---|
static String |
decode(String s)
Performs the equivalent of java.net.URLDecoder.decode(). |
static String |
encode(String s)
Performs the equivalent of java.net.URLEncoder.encode(). |
static void |
main(String[] args)
Displays the encoded value of the first argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(String[] args)
public static String decode(String s)
public static String encode(String s)
|
CroftSoft Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |