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 TypeMethodDescriptionvoidArrayCollection.writeExternal(IDataOutput output) voidObjectProxy.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 TypeMethodDescriptionvoidAbstractMessage.writeExternal(IDataOutput output) voidAcknowledgeMessage.writeExternal(IDataOutput output) voidAcknowledgeMessageExt.writeExternal(IDataOutput output) voidAsyncMessage.writeExternal(IDataOutput output) voidAsyncMessageExt.writeExternal(IDataOutput output) voidCommandMessage.writeExternal(IDataOutput out) voidCommandMessageExt.writeExternal(IDataOutput out) voidRPCMessage.writeExternal(IDataOutput output) -
Uses of IDataOutput in org.red5.io.amf3
Classes in org.red5.io.amf3 that implement IDataOutputModifier and TypeClassDescriptionclassRed5 version of the Flex ByteArray class.classImplementation of the IDataOutput interface.Fields in org.red5.io.amf3 declared as IDataOutputModifier and TypeFieldDescriptionprotected IDataOutputByteArray.dataOutputObject used to write to array.Methods in org.red5.io.amf3 with parameters of type IDataOutputModifier and TypeMethodDescriptionvoidIExternalizable.writeExternal(IDataOutput output) Store custom object to stream.