|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.dataflow.io.DataInputToObjectCollectorSerializable
public class DataInputToObjectCollectorSerializable
Reads a Serializable
from DataInput
and emits the resulting object.
The input must carry an int-typed number of bytes followed by the serialized object.
Constructor Summary | |
---|---|
DataInputToObjectCollectorSerializable()
|
Method Summary | |
---|---|
void |
collect(DataInputToObjectCollectorContext context)
Reads provided DataInput and emits an object using the provided emitter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataInputToObjectCollectorSerializable()
Method Detail |
---|
public void collect(DataInputToObjectCollectorContext context) throws java.io.IOException
DataInputToObjectCollector
DataInput
and emits an object using the provided emitter.
collect
in interface DataInputToObjectCollector
context
- contains input and emitter
java.io.IOException
- when the read operation cannot be completed
|
© 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 |