org.planx.util
Class Base64
java.lang.Object
org.planx.util.Base64
public class Base64
- extends Object
Base64
public Base64()
byteArrayToBase64
public static String byteArrayToBase64(byte[] a)
byteArrayToAltBase64
public static String byteArrayToAltBase64(byte[] a)
- Translates the specified byte array into an "alternate 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 © 2004-2005 Plan-X. All Rights Reserved.