public final class Base64
extends Object
Base64 encoder/decoder.
In violation of the RFC, this encoder doesn't wrap lines at 76 columns.
-
Method Summary
| Modifier and Type |
Method |
Description |
static byte[] |
decode(byte[] in) |
|
static byte[] |
decode(byte[] in,
int len) |
|
static String |
encode(byte[] in) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
public static byte[] decode(byte[] in)
-
public static byte[] decode(byte[] in,
int len)
-
public static String encode(
byte[] in)