Class CSVRowFormatter

  • All Implemented Interfaces:
    RowFormatter

    public class CSVRowFormatter
    extends RowFormatterImpl
    Row formatter formats line as comma separated strings.
    Author:
    Jakub Kulaviak
    • Constructor Summary

      Constructors 
      Constructor Description
      CSVRowFormatter()
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CSVRowFormatter

        public CSVRowFormatter()
        Constructor.