Package com.pixelmed.utils
Class Base64
- java.lang.Object
-
- com.pixelmed.utils.Base64
-
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).
-
-
Constructor Summary
Constructors Constructor Description Base64()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getBase64(double v)
static double
getDouble(java.lang.String s)
-