public class Base64
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static byte[] |
b64_table |
private static int[] |
b64_xtable |
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
dec(Pointer _s,
int _len) |
static byte[] |
enc(Pointer _s,
int _len) |