|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--sharpster.common.Base64
| Constructor Summary | |
Base64()
|
|
| Method Summary | |
static byte[] |
decode(java.lang.String base64)
|
static java.lang.String |
encode(byte[] raw)
|
protected static char[] |
encodeBlock(byte[] raw,
int offset)
|
protected static char |
getChar(int sixBit)
|
protected static int |
getValue(char c)
|
| 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 encode(byte[] raw)
protected static char[] encodeBlock(byte[] raw,
int offset)
protected static char getChar(int sixBit)
public static byte[] decode(java.lang.String base64)
protected static int getValue(char c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||