Package com.pixelmed.utils
Class Base64
- java.lang.Object
-
- com.pixelmed.utils.Base64
-
public class Base64 extends java.lang.ObjectVarious static methods helpful for converting to and from Base64 representations (e.g., for representing binary values in XML documents).
-
-
Constructor Summary
Constructors Constructor Description Base64()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetBase64(double v)static doublegetDouble(java.lang.String s)
-