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).
| Constructor and Description |
|---|
Base64() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getBase64(double v) |
static double |
getDouble(String s) |