edu.indiana.util
Class Base64Tools

java.lang.Object
  extended by edu.indiana.util.Base64Tools

public class Base64Tools
extends java.lang.Object

Tools for dealing with String representations of serialized objects.


Method Summary
static java.lang.Object decode(java.lang.String base64String)
          Reconstruct an object from a serialized string.
static java.lang.String encode(java.lang.Object o)
          Serialize Any Object to String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decode

public static java.lang.Object decode(java.lang.String base64String)
Reconstruct an object from a serialized string.


encode

public static java.lang.String encode(java.lang.Object o)
Serialize Any Object to String