public class DoubleCheckedDataWriter extends ReductionCheckedDataWriter<DoubleSupplier>
extractor, output
Constructor and Description |
---|
DoubleCheckedDataWriter(DataOutput output,
DoubleSupplier extractor,
BooleanSupplier existsSupplier) |
Modifier and Type | Method and Description |
---|---|
void |
checkedWrite()
Write a piece of data, retrieved from the extractor, to the output stream.
|
write
public DoubleCheckedDataWriter(DataOutput output, DoubleSupplier extractor, BooleanSupplier existsSupplier)
public void checkedWrite() throws IOException
ReductionCheckedDataWriter
checkedWrite
in class ReductionCheckedDataWriter<DoubleSupplier>
IOException
- if an exception occurs while writing to the output streamCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.