|
Class Base64
|
| Constructor Summary | |
|---|---|
private |
Base64() |
| Method Summary | |
|---|---|
public static byte[] |
decodeBase64(String text) |
private static int |
decodeSixBits(char c) |
public static String |
encodeBase64(byte[] bytes) |
private static char |
encodeSixBits(int b) |
private static char |
getBase64Char(StringReader r) '\0' represents end of file. |
public static void |
main(String args) |
| Constructor Detail |
| Method Detail |