public interface ObjectToDataOutputCollector
DataOutput
.Modifier and Type | Method and Description |
---|---|
void |
collect(ObjectToDataOutputCollectorContext context)
Write the received object to
DataOutput . |
void collect(ObjectToDataOutputCollectorContext context) throws java.io.IOException
DataOutput
.context
- the object and outputjava.io.IOException
- when the write operation failed