public class Base64
extends java.lang.Object
Constructor and Description |
---|
Base64() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(java.lang.String data) |
static java.lang.String |
encode(byte[] data)
Returns base64 representation of specified byte array.
|
static java.lang.String |
encode(byte[] data,
int off,
int len)
Returns base64 representation of specified byte array.
|
public static byte[] decode(java.lang.String data)
public static java.lang.String encode(byte[] data)
public static java.lang.String encode(byte[] data, int off, int len)