public class LongDataArrayWriter extends ReductionDataArrayWriter<LongSupplier>
extractor, output| Constructor and Description | 
|---|
| LongDataArrayWriter(DataOutput output,
                   LongSupplier 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. | 
writepublic LongDataArrayWriter(DataOutput output, LongSupplier extractor, IntSupplier sizeSupplier)
public void write(int size)
           throws IOException
ReductionDataArrayWriterwrite in class ReductionDataArrayWriter<LongSupplier>IOException - if an exception occurs while writing to the output streamCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.