Uses of Interface
org.red5.io.amf3.IDataOutput
Packages that use IDataOutput
Package
Description
-
Uses of IDataOutput in org.red5.compatibility.flex.messaging.io
Methods in org.red5.compatibility.flex.messaging.io with parameters of type IDataOutputModifier and TypeMethodDescriptionvoid
ArrayCollection.writeExternal
(IDataOutput output) void
ObjectProxy.writeExternal
(IDataOutput output) Store custom object to stream. -
Uses of IDataOutput in org.red5.compatibility.flex.messaging.messages
Methods in org.red5.compatibility.flex.messaging.messages with parameters of type IDataOutputModifier and TypeMethodDescriptionvoid
AbstractMessage.writeExternal
(IDataOutput output) void
AcknowledgeMessage.writeExternal
(IDataOutput output) void
AcknowledgeMessageExt.writeExternal
(IDataOutput output) void
AsyncMessage.writeExternal
(IDataOutput output) void
AsyncMessageExt.writeExternal
(IDataOutput output) void
CommandMessage.writeExternal
(IDataOutput out) void
CommandMessageExt.writeExternal
(IDataOutput out) void
RPCMessage.writeExternal
(IDataOutput output) -
Uses of IDataOutput in org.red5.io.amf3
Classes in org.red5.io.amf3 that implement IDataOutputModifier and TypeClassDescriptionclass
Red5 version of the Flex ByteArray class.class
Implementation of the IDataOutput interface.Fields in org.red5.io.amf3 declared as IDataOutputModifier and TypeFieldDescriptionprotected IDataOutput
ByteArray.dataOutput
Object used to write to array.Methods in org.red5.io.amf3 with parameters of type IDataOutputModifier and TypeMethodDescriptionvoid
IExternalizable.writeExternal
(IDataOutput output) Store custom object to stream.