Uses of Class
org.red5.io.object.BaseInput.ReferenceMode

Packages that use BaseInput.ReferenceMode
org.red5.io.amf   
org.red5.io.object   
 

Uses of BaseInput.ReferenceMode in org.red5.io.amf
 

Methods in org.red5.io.amf with parameters of type BaseInput.ReferenceMode
 void Input.reset(BaseInput.ReferenceMode mode)
          Resets map and set mode to handle references
 

Uses of BaseInput.ReferenceMode in org.red5.io.object
 

Fields in org.red5.io.object declared as BaseInput.ReferenceMode
protected  BaseInput.ReferenceMode BaseInput.referenceMode
          Mode how to handle references.
 

Methods in org.red5.io.object that return BaseInput.ReferenceMode
static BaseInput.ReferenceMode BaseInput.ReferenceMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BaseInput.ReferenceMode[] BaseInput.ReferenceMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2006-2007 the Red5 project.