com.zipxap.vfs.dal.utility
Class Base64

java.lang.Object
  extended by com.zipxap.vfs.dal.utility.Base64

public class Base64
extends java.lang.Object

This class is for encoding and decoding Base64.

MilestoneWhoDate, Time
Initial VersionK PenroseFebruary 11, 2008, 2:05 PM

** Note that this table is not intended as an exhaustive list of subtle changes. It is intended to list changes that break the compatibility of older code, or major enhancements/rewrites


Constructor Summary
Base64()
           
 
Method Summary
static byte[] decode(java.lang.String encodedValue)
           
static java.lang.String encode(byte[] input, boolean insertLinebreaks)
           
 
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 java.lang.String encode(byte[] input,
                                      boolean insertLinebreaks)

decode

public static byte[] decode(java.lang.String encodedValue)