Class TextLineWriter.CSVLineBuilder

java.lang.Object
org.ojalgo.netio.TextLineWriter.CSVLineBuilder
Enclosing class:
TextLineWriter

public static final class TextLineWriter.CSVLineBuilder extends Object
A reusable delimited "text line" builder. When writing CSV data this can help create the lines/rows. It's backed by the TextLineWriter used to instantiate it. Just specify the delimiter, once, and start creating lines/rows.