Uses of Interface
org.red5.io.amf3.IDataInput
Packages that use IDataInput
Package
Description
-
Uses of IDataInput in org.red5.compatibility.flex.messaging.io
Methods in org.red5.compatibility.flex.messaging.io with parameters of type IDataInputModifier and TypeMethodDescriptionvoidArrayCollection.readExternal(IDataInput input) voidObjectProxy.readExternal(IDataInput input) Load custom object from stream. -
Uses of IDataInput in org.red5.compatibility.flex.messaging.messages
Methods in org.red5.compatibility.flex.messaging.messages with parameters of type IDataInputModifier and TypeMethodDescriptionvoidAbstractMessage.readExternal(IDataInput input) voidAcknowledgeMessage.readExternal(IDataInput in) voidAsyncMessage.readExternal(IDataInput in) voidCommandMessage.readExternal(IDataInput in) protected short[]AbstractMessage.readFlags(IDataInput input) -
Uses of IDataInput in org.red5.io.amf3
Classes in org.red5.io.amf3 that implement IDataInputModifier and TypeClassDescriptionclassRed5 version of the Flex ByteArray class.classImplementation of the IDataInput interface.Fields in org.red5.io.amf3 declared as IDataInputModifier and TypeFieldDescriptionprotected IDataInputByteArray.dataInputObject used to read from array.Methods in org.red5.io.amf3 with parameters of type IDataInputModifier and TypeMethodDescriptionvoidIExternalizable.readExternal(IDataInput input) Load custom object from stream.