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) |
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)
© Copyright 2003 The Free Software Foundation, all rights reserved