|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.inet.util.BASE64
public final class BASE64
Encodes and decodes text according to the BASE64 encoding.
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |