com.mindbright.util
Class Base64
java.lang.Object
com.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 |
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)