janus.util
Class Base64

java.lang.Object
  extended by janus.util.Base64

public class Base64
extends Object

Base64 - a simple base64 encoder and decoder. Copyright (c) 1999, Bob Withers - bwit@pobox.com This code may be freely used for any purpose, either personal or commercial, provided the authors copyright notice remains intact.


Constructor Summary
Base64()
           
 
Method Summary
static byte[] decode(byte[] data)
           
static String decode(String data)
           
static byte[] encode(byte[] data)
           
static String encode(String data)
           
static void main(String[] args)
           
 
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 byte[] decode(byte[] data)

decode

public static String decode(String data)

encode

public static byte[] encode(byte[] data)

encode

public static String encode(String data)

main

public static void main(String[] args)


Copyright © 2008 MvC Systemsoftware.