Uses of Interface
org.red5.io.object.Output
Packages that use Output
Package
Description
-
Uses of Output in org.red5.io.amf
Classes in org.red5.io.amf that implement Output -
Uses of Output in org.red5.io.amf3
Classes in org.red5.io.amf3 that implement Output -
Uses of Output in org.red5.io.object
Methods in org.red5.io.object with parameters of type OutputModifier and TypeMethodDescriptionvoidSerialize this object to the given output stream.static voidSerializes output to a core data type objectstatic voidSerializes output to a core data type objectprotected static booleanSerializer.writeArrayType(Output out, Object arrType) Writes array (or collection) out as output Arrays, Collections, etcprotected static booleanSerializer.writeBasic(Output out, Object basic) Writes a primitive out as an objectstatic booleanSerializer.writeComplex(Output out, Object complex) Writes a complex type object outprotected static booleanSerializer.writeCustomType(Output out, Object obj) Writes a custom data to the outputprotected static voidSerializer.writeDocument(Output out, Document doc) Writes a document to the outputprotected static voidSerializer.writeIterator(Output out, Iterator<Object> it) Writes an iterator out to the outputprotected static voidWrites a List out as an Objectprotected static booleanSerializer.writeListType(Output out, Object listType) Writes Lists out as a data typeprotected static booleanSerializer.writeObjectType(Output out, Object obj) Write typed object to the outputprotected static booleanSerializer.writeXMLType(Output out, Object xml) Writes an xml type out to the output -
Uses of Output in org.red5.server
Methods in org.red5.server with parameters of type Output -
Uses of Output in org.red5.server.api.persistence
Methods in org.red5.server.api.persistence with parameters of type Output -
Uses of Output in org.red5.server.net.rtmp.status
Methods in org.red5.server.net.rtmp.status with parameters of type Output