mx4j.util
public class Base64Codec extends Object
org.apache.commons.codec.binary.Base64
implementation.
It is reproduced here because we don't want to require a new jar just to perform Base64 code/decoding.
Version: $Revision: 1.3 $
Method Summary | |
---|---|
static byte[] | decodeBase64(byte[] base64Data) |
static byte[] | encodeBase64(byte[] binaryData) |
static boolean | isArrayByteBase64(byte[] arrayOctect) |