|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CoderException | |
---|---|
railo.runtime.coder | |
railo.runtime.converter |
Uses of CoderException in railo.runtime.coder |
---|
Methods in railo.runtime.coder that throw CoderException | |
---|---|
static byte[] |
Coder.decode(short type,
String value)
|
static byte[] |
HexCoder.decode(String hexa)
decodes back a String to a byte array |
static byte[] |
Base64Coder.decode(String encoded)
decodes a Base64 String to a Plain String |
static byte[] |
UUCoder.decode(String str)
decodes back a String to a byte array |
static byte[] |
Coder.decode(String type,
String value)
|
static String |
Base64Coder.decodeToString(String encoded,
String charset)
decodes a Base64 String to a Plain String |
static String |
Coder.encode(short type,
byte[] value)
|
static String |
Coder.encode(String type,
byte[] value)
|
static String |
Base64Coder.encodeFromString(String plain,
String charset)
encodes a String to Base64 String |
Uses of CoderException in railo.runtime.converter |
---|
Methods in railo.runtime.converter that throw CoderException | |
---|---|
static Object |
JavaConverter.deserialize(String str)
unserialize a serialized Object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |