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 TypeMethodDescriptionvoid
ArrayCollection.readExternal
(IDataInput input) void
ObjectProxy.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 TypeMethodDescriptionvoid
AbstractMessage.readExternal
(IDataInput input) void
AcknowledgeMessage.readExternal
(IDataInput in) void
AsyncMessage.readExternal
(IDataInput in) void
CommandMessage.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 TypeClassDescriptionclass
Red5 version of the Flex ByteArray class.class
Implementation of the IDataInput interface.Fields in org.red5.io.amf3 declared as IDataInputModifier and TypeFieldDescriptionprotected IDataInput
ByteArray.dataInput
Object used to read from array.Methods in org.red5.io.amf3 with parameters of type IDataInputModifier and TypeMethodDescriptionvoid
IExternalizable.readExternal
(IDataInput input) Load custom object from stream.