CSVWriter


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "23.0.0" ) ]
public CSVWriter (OutputStream sink, Schema schema, CSVWriteOptions? options) throws Error

Parameters:

sink

The output of the writer.

schema

The schema of the writer.

options

Options for serialization.

Returns:

A newly created CSVWriter or null on error.