java.lang.Object
mindbright.util.Base64
- public final class Base64
- extends java.lang.Object
|
Method Summary |
static byte[] |
decode(byte[] data)
|
static byte[] |
decode(byte[] encoded,
int offset,
int length)
|
static byte[] |
encode(byte[] data)
|
static byte[] |
encode(byte[] data,
int offset,
int length)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fromBase64
private static final int[] fromBase64
toBase64
private static final byte[] toBase64
PAD_CHAR
private static final int PAD_CHAR
- See Also:
- Constant Field Values
Base64
public Base64()
encode
public static byte[] encode(byte[] data)
encode
public static byte[] encode(byte[] data,
int offset,
int length)
decode
public static byte[] decode(byte[] data)
decode
public static byte[] decode(byte[] encoded,
int offset,
int length)