public class FloatCheckedDataReader extends ReductionCheckedDataReader<FloatConsumer>
applier, inputStream| Constructor and Description | 
|---|
| FloatCheckedDataReader(DataInput inputStream,
                      FloatConsumer 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 FloatCheckedDataReader(DataInput inputStream, FloatConsumer applier)
public void checkedRead()
                 throws IOException
ReductionCheckedDataReadercheckedRead in class ReductionCheckedDataReader<FloatConsumer>IOException - if an exception occurs while reading from the input streamCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.