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