public class BooleanDataArrayReader extends ReductionDataArrayReader<BooleanConsumer>
signalapplier, inputStream| Constructor and Description | 
|---|
| BooleanDataArrayReader(DataInput inputStream,
                      BooleanConsumer applier,
                      IntConsumer signal) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | read(int size)Read an array from the input stream, feeding each member to the applier. | 
readpublic BooleanDataArrayReader(DataInput inputStream, BooleanConsumer applier, IntConsumer signal)
public void read(int size)
          throws IOException
ReductionDataArrayReaderread in class ReductionDataArrayReader<BooleanConsumer>size - length of the array to readIOException - if an exception occurs while reading from the input streamCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.