org.planx.util
Class Base64
java.lang.Object
org.planx.util.Base64
public class Base64
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64
public Base64()
byteArrayToBase64
public static String byteArrayToBase64(byte[] a)
byteArrayToAltBase64
public static String byteArrayToAltBase64(byte[] a)
- Translates the specified byte array into an "aternate representation"
Base64 string. This non-standard variant uses an alphabet that does
not contain the uppercase alphabetic characters, which makes it
suitable for use in situations where case-folding occurs.
Copyright © 2010. All Rights Reserved.