public class Base64 extends Object
Various static methods helpful for converting to and from Base64 representations (e.g., for representing binary values in XML documents).
Base64()
static String
getBase64(double v)
static double
getDouble(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Base64()
public static String getBase64(double v)
public static double getDouble(String s)