Class CsvData.CommentEntry

  • All Implemented Interfaces:
    CsvData.LineEntry
    Enclosing class:
    CsvData

    public static class CsvData.CommentEntry
    extends Object
    implements CsvData.LineEntry
    Stores a comment line from the CSV file. We may choose to store the comment lines so that we can read in a CSV file, do some modification to each data line, and then write out the modified data lines along with all the comment lines that appear here and there between the data lines.
    • Field Detail

      • text

        public final String text
        The entire text of the comment line