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