|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.util.Base64
Base64 is an implementation of the Base64 algorithm.
| Constructor Summary | |
Base64()
|
|
| Method Summary | |
static java.lang.String |
decode(java.lang.String mimel)
decodes the base64 string. |
static java.lang.String |
encode(java.lang.String mimel)
encode the base64 string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Base64()
| Method Detail |
public static java.lang.String decode(java.lang.String mimel)
mimel - the string to decodepublic static java.lang.String encode(java.lang.String mimel)
mimel - the string to encode
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||