SparkseeNet
6.0.2
|
Public Member Functions | |
void | Write (com.sparsity.sparksee.gdb.StringList row) throws System.IO.IOException, System.ApplicationException |
Writes the next row. | |
void | Close () throws System.IO.IOException, System.ApplicationException |
Closes the writer. | |
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.
void com.sparsity.sparksee.io.RowWriter.Close | ( | ) | throws System.IO.IOException, System.ApplicationException |
Closes the writer.
System.IO.IOException | If the close fails. |
System.ApplicationException | null |
void com.sparsity.sparksee.io.RowWriter.Write | ( | com.sparsity.sparksee.gdb.StringList | row | ) | throws System.IO.IOException, System.ApplicationException |
Writes the next row.
row | [in] Row of data. |
System.IO.IOException | If bad things happen during the write. |
System.ApplicationException | null |