|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.justhis.util.Base64Utils
????base64??????????
| Constructor Summary | |
Base64Utils()
|
|
| Method Summary | |
static java.lang.Object |
decode(char[] object)
????base64?????????? |
static char[] |
encode(java.lang.Object object)
??????????ojbect??????????????char ???? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Base64Utils()
| Method Detail |
public static java.lang.Object decode(char[] object)
throws UtilException
object - ??????????????
UtilException - ????????????????.
public static char[] encode(java.lang.Object object)
throws UtilException
object -
UtilException - ????????????????
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||