Method Summary |
|
final public static byte[] | decode(String str) Decode data and return bytes. |
final public static byte[] | decode(byte[] data) Decode data and return bytes. |
final public static String | encode(byte[] d) Encode some data and return a String. |
final public static String | encode(String s) |
final public static void | main(String[] args) A simple test that encodes and decodes the first commandline argument. |