com.pixelmed.utils
Class Base64
java.lang.Object
com.pixelmed.utils.Base64
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64
public Base64()
getBase64
public static String getBase64(double v)
getDouble
public static double getDouble(String s)