Uses of Interface
org.red5.io.amf3.IDataOutput

Packages that use IDataOutput
org.red5.compatibility.flex.messaging.io   
org.red5.io.amf3   
 

Uses of IDataOutput in org.red5.compatibility.flex.messaging.io
 

Methods in org.red5.compatibility.flex.messaging.io with parameters of type IDataOutput
 void ArrayCollection.writeExternal(IDataOutput output)
          Store custom object to stream.
 void ObjectProxy.writeExternal(IDataOutput output)
          Store custom object to stream.
 

Uses of IDataOutput in org.red5.io.amf3
 

Classes in org.red5.io.amf3 that implement IDataOutput
 class ByteArray
          Red5 version of the Flex ByteArray class.
 class DataOutput
          Implementation of the IDataOutput interface.
 

Fields in org.red5.io.amf3 declared as IDataOutput
protected  IDataOutput ByteArray.dataOutput
          Object used to write to array.
 

Methods in org.red5.io.amf3 with parameters of type IDataOutput
 void IExternalizable.writeExternal(IDataOutput output)
          Store custom object to stream.
 



Copyright © 2006-2009 The Red5 Project