[ CCode ( has_construct_function = false ) ]
[ Version ( since = "23.0.0" ) ]
public CSVWriter (OutputStream sink, Schema schema, CSVWriteOptions? options) throws Error
| sink |
The output of the writer. |
| schema |
The schema of the writer. |
| options |
Options for serialization. |
|
A newly created CSVWriter or null on error. |