-
static byte
Decodes a Base64 encoded String
and converts it
into a byte value.
static double
Decodes a Base64 encoded String
and converts it
into a double value.
static float
Decodes a Base64 encoded String
and converts it
into a float value.
static int
Decodes a Base64 encoded String
and converts it
into an int value.
static long
Decodes a Base64 encoded String
and converts it
into a long value.
static byte[]
Decodes a Base64 encoded String
and converts it
into an opaque value.
static short
Decodes a Base64 encoded String
and converts it
into a short value.
Decodes a Base64 encoded String
and converts it
into a String
value.