mx4j.util
Class Base64Codec
public class Base64Codec
extends java.lang.Object
This class is copy/paste of Jakarta's Commons-Codec v1.1 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.
decodeBase64
public static byte[] decodeBase64(byte[] base64Data)
encodeBase64
public static byte[] encodeBase64(byte[] binaryData)
isArrayByteBase64
public static boolean isArrayByteBase64(byte[] arrayOctect)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.