com.zipxap.vfs.dal.utility
Class Base64
java.lang.Object
com.zipxap.vfs.dal.utility.Base64
public class Base64
- extends java.lang.Object
This class is for encoding and decoding Base64.
| Milestone | Who | Date, Time |
| Initial Version | K Penrose | February 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
|
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 |
Base64
public Base64()
encode
public static java.lang.String encode(byte[] input,
boolean insertLinebreaks)
decode
public static byte[] decode(java.lang.String encodedValue)