net.arnx.wmf2svg.util
Class Base64

java.lang.Object
  extended by net.arnx.wmf2svg.util.Base64

public class Base64
extends Object

Author:
Hidekatsu Izuno

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

encode

public static String encode(byte[] data)