org.planx.util
Class Base64

java.lang.Object
  extended by org.planx.util.Base64

public class Base64
extends Object


Constructor Summary
Base64()
           
 
Method Summary
static String byteArrayToAltBase64(byte[] a)
          Translates the specified byte array into an "aternate representation" Base64 string.
static String byteArrayToBase64(byte[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64

public Base64()
Method Detail

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.