com.mindbright.util
Class Base64

java.lang.Object
  extended bycom.mindbright.util.Base64

public final class Base64
extends java.lang.Object


Constructor Summary
Base64()
           
 
Method Summary
static byte[] decode(byte[] data)
           
static byte[] decode(byte[] encoded, int offset, int length)
           
static byte[] encode(byte[] data)
           
static byte[] encode(byte[] data, int offset, int length)
           
 
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

encode

public static byte[] encode(byte[] data)

encode

public static byte[] encode(byte[] data,
                            int offset,
                            int length)

decode

public static byte[] decode(byte[] data)

decode

public static byte[] decode(byte[] encoded,
                            int offset,
                            int length)