public final class BASE64
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode (byte[] bs)
Decode the specified byte array using the BASE64 algorithm.
|
static byte[] |
encode (byte[] bs)
Encode the specified byte array using the BASE64 algorithm.
|
static void |
main (java.lang.String[] args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static byte[] encode(byte[] bs)
bs - the source byte arraypublic static byte[] decode(byte[] bs)
bs - the source byte arraypublic static void main(java.lang.String[] args)