railo.runtime.functions.conversion
Class BinaryEncode

java.lang.Object
  extended by railo.runtime.functions.conversion.BinaryEncode
All Implemented Interfaces:
Serializable, Function

public final class BinaryEncode
extends Object
implements Function

Decodes Binary Data that are encoded as String

See Also:
Serialized Form

Constructor Summary
BinaryEncode()
           
 
Method Summary
static String call(PageContext pc, byte[] binary, String binaryencoding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryEncode

public BinaryEncode()
Method Detail

call

public static String call(PageContext pc,
                          byte[] binary,
                          String binaryencoding)
                   throws PageException
Parameters:
pc -
binary -
binaryencoding -
Returns:
encoded string
Throws:
PageException


Copyright © 2012 Railo