org.apache.felix.mosgi.jmx.agent.mx4j.util
Class Base64Codec
java.lang.Object
org.apache.felix.mosgi.jmx.agent.mx4j.util.Base64Codec
public class Base64Codec
- extends 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.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Simone Bordet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isArrayByteBase64
public static boolean isArrayByteBase64(byte[] arrayOctect)
encodeBase64
public static byte[] encodeBase64(byte[] binaryData)
decodeBase64
public static byte[] decodeBase64(byte[] base64Data)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.