|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.util.Base64
public class Base64
This class encodes/decodes stuff to/from the web.
| Method Summary | |
|---|---|
static java.lang.String |
decode(java.lang.String base64string)
uudecode(base64) the given string. |
static java.lang.String |
encode(java.lang.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 java.lang.String decode(java.lang.String base64string)
base64string - the String to decode.
public static java.lang.String encode(java.lang.String str)
str - the String to encode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||