Class TextLineWriter.CSVLineBuilder

  • Enclosing class:
    TextLineWriter

    public static final class TextLineWriter.CSVLineBuilder
    extends java.lang.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.