Uses of Class
railo.runtime.coder.CoderException

Packages that use CoderException
railo.runtime.coder   
railo.runtime.converter   
railo.runtime.op   
 

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 Base64Coder.encode(byte[] barr)
          encodes a byte array to Base64 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
 

Uses of CoderException in railo.runtime.op
 

Methods in railo.runtime.op that throw CoderException
static String Caster.toB64(byte[] b)
           
static String Caster.toB64(String str, String charset)
           
 



Copyright © 2012 Railo