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