public final class Base64 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decode(byte[] in) |
static byte[] |
decode(byte[] in,
int len)
Decodes the input from position 0 (inclusive) to len (exclusive).
|
static String |
encode(byte[] in) |
public static String encode(byte[] in)
public static byte[] decode(byte[] in)
public static byte[] decode(byte[] in,
int len)