Method Summary |
|
public static synchronized byte[] | decode(byte[] base64Data) |
public static synchronized byte[] | encode(byte[] binaryData) |
public static synchronized int | getDecodedDataLength(byte[] base64Data) returns length of decoded data given an
array containing encoded data. |
public static synchronized boolean | isArrayByteBase64(byte[] arrayOctect) |
public static boolean | isBase64(String isValidString) |
public static boolean | isBase64(byte octect) |
protected static boolean | isData(byte octect) |
protected static boolean | isPad(byte octect) |
protected static boolean | isWhiteSpace(byte octect) |
public static synchronized byte[] | removeWhiteSpace(byte[] data) remove WhiteSpace from MIME containing encoded Base64
data. |