org.mmbase.util
Class Base64

java.lang.Object
  |
  +--org.mmbase.util.Base64

public class Base64
extends java.lang.Object

Base64 is an implementation of the Base64 algorithm.

Author:
Daniel, Rob Vermeulen

Constructor Summary
Base64()
           
 
Method Summary
static java.lang.String decode(java.lang.String mimel)
          decodes the base64 string.
static java.lang.String encode(java.lang.String mimel)
          encode the base64 string.
 
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

decode

public static java.lang.String decode(java.lang.String mimel)
decodes the base64 string.
Parameters:
mimel - the string to decode

encode

public static java.lang.String encode(java.lang.String mimel)
encode the base64 string.
Parameters:
mimel - the string to encode


MMBase 2002