|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.dataflow.io.ObjectToDataOutputCollectorSerializable
public class ObjectToDataOutputCollectorSerializable
Writes a Serializable
object to DataOutput
.
The output contains the byte array length integer followed by the byte array of the serialized object.
Constructor Summary | |
---|---|
ObjectToDataOutputCollectorSerializable()
|
Method Summary | |
---|---|
void |
collect(ObjectToDataOutputCollectorContext context)
Write the received object to DataOutput . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectToDataOutputCollectorSerializable()
Method Detail |
---|
public void collect(ObjectToDataOutputCollectorContext context) throws java.io.IOException
ObjectToDataOutputCollector
DataOutput
.
collect
in interface ObjectToDataOutputCollector
context
- the object and output
java.io.IOException
- when the write operation failed
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |