|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--prupp.Util
this class is inteded to do stuff that I dont want to do elsewhere and it may be useful
Constructor Summary | |
Util()
constructor |
Method Summary | |
static java.lang.String |
URLdecode(java.lang.String enc)
URLDecode a string. |
static java.lang.String |
uudecode(java.lang.String base64string)
uudecode the given string. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Util()
Method Detail |
public static java.lang.String uudecode(java.lang.String base64string)
public static java.lang.String URLdecode(java.lang.String enc)
enc
- the encoded String.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |