public class DoubleDataArrayWriter extends ReductionDataArrayWriter<DoubleSupplier>
extractor, output
Constructor and Description |
---|
DoubleDataArrayWriter(DataOutput output,
DoubleSupplier extractor,
IntSupplier sizeSupplier) |
Modifier and Type | Method and Description |
---|---|
void |
write(int size)
Write an array of data, retrieved from the extractor, with the given size to the output stream.
|
write
public DoubleDataArrayWriter(DataOutput output, DoubleSupplier extractor, IntSupplier sizeSupplier)
public void write(int size) throws IOException
ReductionDataArrayWriter
write
in class ReductionDataArrayWriter<DoubleSupplier>
IOException
- if an exception occurs while writing to the output streamCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.