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