Package | Description |
---|---|
com.caplin.util.base64 |
Provides Base64 encoding for sending typed objects using DataSource.
|
Modifier and Type | Method and Description |
---|---|
static byte |
Base64.getByte(String str)
Decodes a Base64 encoded
String and converts it
into a byte value. |
static double |
Base64.getDouble(String str)
Decodes a Base64 encoded
String and converts it
into a double value. |
static float |
Base64.getFloat(String str)
Decodes a Base64 encoded
String and converts it
into a float value. |
static int |
Base64.getInt(String str)
Decodes a Base64 encoded
String and converts it
into an int value. |
static long |
Base64.getLong(String str)
Decodes a Base64 encoded
String and converts it
into a long value. |
static byte[] |
Base64.getOpaque(String str)
Decodes a Base64 encoded
String and converts it
into an opaque value. |
static short |
Base64.getShort(String str)
Decodes a Base64 encoded
String and converts it
into a short value. |
static String |
Base64.getString(String str)
Decodes a Base64 encoded
String and converts it
into a String value. |
Please send bug reports and comments to Caplin support