Uses of Interface
org.red5.io.object.Input

Packages that use Input
org.red5.io.amf   
org.red5.io.object   
org.red5.server   
org.red5.server.api.persistence   
org.red5.server.net.rtmp.codec   
org.red5.server.so   
 

Uses of Input in org.red5.io.amf
 

Classes in org.red5.io.amf that implement Input
 class Input
          Input for Red5 data types
 

Uses of Input in org.red5.io.object
 

Methods in org.red5.io.object with parameters of type Input
<T> T
Deserializer.deserialize(Input in, Type target)
          Deserializes the input parameter and returns an Object which must then be cast to a core data type
 

Constructors in org.red5.io.object with parameters of type Input
RecordSet(Input input)
          Creates recordset from Input object
RecordSetPage(Input input)
          Creates recordset page from Input object
 

Uses of Input in org.red5.server
 

Methods in org.red5.server with parameters of type Input
 void PersistableAttributeStore.deserialize(Input input)
          Deserializes data from input to attributes
 

Uses of Input in org.red5.server.api.persistence
 

Methods in org.red5.server.api.persistence with parameters of type Input
 void IPersistable.deserialize(Input input)
          Load the object from the passed input stream.
 

Uses of Input in org.red5.server.net.rtmp.codec
 

Methods in org.red5.server.net.rtmp.codec with parameters of type Input
protected  void RTMPProtocolDecoder.doDecodeSharedObject(SharedObjectMessage so, IoBuffer in, Input input)
          Perform the actual decoding of the shared object contents.
 

Uses of Input in org.red5.server.so
 

Methods in org.red5.server.so with parameters of type Input
 void SharedObject.deserialize(Input input)
          Load the object from the passed input stream.
 

Constructors in org.red5.server.so with parameters of type Input
SharedObject(Input input)
          Constructs new SO from Input object
 



Copyright © 2006-2012 The Red5 Project