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