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 IOException
DataOutput
.context
- the object and outputIOException
- when the write operation failed