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

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

public class Base64Decoder
extends Object

Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.

Version:
1.3

Constructor Summary
Base64Decoder()
           
 
Method Summary
static byte[] decode(String s)
          Decodes data from Base64 notation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64Decoder

public Base64Decoder()
Method Detail

decode

public static byte[] decode(String s)
Decodes data from Base64 notation.

Parameters:
s - the string to decode
Returns:
the decoded data