public class Base64
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static byte[] |
EMPTY_BYTE_ARRAY |
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
decode(byte[] in) |
|
static byte[] |
decode(byte[] in,
int len) |
|
static java.lang.String |
encode(byte[] in) |