Creates a new CsvWriter instance.
Creates a new CsvWriter instance.
This method is meant to help interface third party libraries with kantan.csv.
where to send CSV rows to - this is meant to be a third party library's csv writer.
writes a CSV row using out.
releases out once we're done writing.
Creates a new CsvWriter instance that will send encoded data to the specified Writer.
Creates a new CsvWriter instance that will send encoded data to the specified Writer.
Which implementation of CsvWriter is returned is controlled by whatever implicit kantan.csv.engine.WriterEngine is found in scope. If none is explicitly imported, the internal one will be used.
type of values that the returned instance will know to encode.
where to write CSV data to.
CSV writing behaviour.
(Since version 0.1.18) use apply(writer, CsvConfiguration) instead
Provides useful instance creation methods.