Sparksee  6.0.2
STSRowWriter Class Reference

RowWriter interface. More...

Inheritance diagram for STSRowWriter:
Inheritance graph
Collaboration diagram for STSRowWriter:
Collaboration graph

Instance Methods

(void) - write:
 Writes the next row. More...
 
(void) - close
 Closes the writer. More...
 

Detailed Description

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

Method Documentation

- (void) close

Closes the writer.

Exceptions
System.ApplicationExceptionnull
System.IO.IOExceptionIf the close fails.

Implemented in STSCSVWriter.

- (void) write: (STSStringList *)  row

Writes the next row.

Parameters
row[in] Row of data.
Exceptions
System.ApplicationExceptionnull
System.IO.IOExceptionIf bad things happen during the write.

Implemented in STSCSVWriter.


The documentation for this class was generated from the following file: