com.esri.aims.mtier.model.util
Class Base64Encoder

java.lang.Object
  extended by com.esri.aims.mtier.model.util.Base64Encoder

public class Base64Encoder
extends Object

Defines a data encoder.


Method Summary
static String encode(byte[] data)
          Encodes data from the given byte array and returns a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encode

public static String encode(byte[] data)
Encodes data from the given byte array and returns a String.