public class IntDataReader extends ReductionDataReader<IntConsumer>
applier, inputStream| Constructor and Description |
|---|
IntDataReader(DataInput inputStream,
IntConsumer applier) |
| Modifier and Type | Method and Description |
|---|---|
void |
read()
Read a piece of data from the input stream and feed it to the applier.
|
public IntDataReader(DataInput inputStream, IntConsumer applier)
public void read()
throws IOException
ReductionDataReaderread in class ReductionDataReader<IntConsumer>IOException - if an exception occurs while reading from the input streamCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.