Static Public Member Functions | |
| static String | encode (byte[] data) |
| static StringBuffer | encode (byte[] data, int start, int len, StringBuffer buf) |
| static byte[] | decode (String s) |
| static void | decode (String s, ByteArrayOutputStream bos) |
Static Package Functions | |
| static int | decode (char c) |
Static Package Attributes | |
| static final char[] | charTab |
Definition at line 29 of file Base64.java.
1.5.0