|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.dalsemi.protocol.URLDecoder
Constructor Summary | |
URLDecoder()
|
Method Summary | |
static java.lang.String |
decode(java.lang.String s)
Method decode this method takes an encoded url like "this+is+a+test+%42%42" and turns it into "this is a test **" |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public URLDecoder()
Method Detail |
public static java.lang.String decode(java.lang.String s)
s
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |