Class RowWriter

java.lang.Object
com.sparsity.sparksee.io.RowWriter
Direct Known Subclasses:
CSVWriter

public class RowWriter extends Object
RowWriter interface.

Common interface for those writers which dump the data from an string array.

It works as follows: perform as many write operations as necessary and call close once at the end. Once close is called no more write operations can be executed.

Check out the 'Data export' section in the SPARKSEE User Manual for more details on this.

Author:
Sparsity Technologies http://www.sparsity-technologies.com