public class LongCheckedDataWriter extends ReductionCheckedDataWriter<LongSupplier>
extractor, output
Constructor and Description |
---|
LongCheckedDataWriter(DataOutput output,
LongSupplier 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 LongCheckedDataWriter(DataOutput output, LongSupplier extractor, BooleanSupplier existsSupplier)
public void checkedWrite() throws IOException
ReductionCheckedDataWriter
checkedWrite
in class ReductionCheckedDataWriter<LongSupplier>
IOException
- if an exception occurs while writing to the output streamCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.