|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.util.Coder
public class Coder
This class encodes/decodes stuff to/from the web.
| Method Summary | |
|---|---|
static String |
URLdecode(String enc)
URLDecode a string. |
static String |
URLEncode(String str)
URLEncode a string. |
static String |
uudecode(String base64string)
uudecode(base64) the given string. |
static String |
uuencode(String str)
uuencode(base64) the given String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String uudecode(String base64string)
base64string - the String to decode.
public static String uuencode(String str)
str - the String to encode.
public static String URLdecode(String enc)
enc - the encoded String.
public static String URLEncode(String str)
str - the String to URLEncode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||