java.lang.Object
org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- Enclosing class:
TextLineWriter
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.-
Method Summary
-
Method Details
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
append
-
line
-
write
public void write()Write the line/row and reset the builder – ready to build the next line.
-