com.carbonfive.flash.encoder
Class EncoderFactory

java.lang.Object
  extended by com.carbonfive.flash.encoder.EncoderFactory

public class EncoderFactory
extends java.lang.Object


Method Summary
 ActionScriptEncoder getEncoder(Context ctx, java.lang.Object decodedObject)
           
static EncoderFactory getInstance()
           
static boolean isActionScriptNative(java.lang.Object obj)
          Determines whether a Java object is handles natively by the Flash Remoting gateway.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EncoderFactory getInstance()

getEncoder

public ActionScriptEncoder getEncoder(Context ctx,
                                      java.lang.Object decodedObject)

isActionScriptNative

public static boolean isActionScriptNative(java.lang.Object obj)
Determines whether a Java object is handles natively by the Flash Remoting gateway. This information is gathered from the Macromedia's Data Conversion Chart.