Package me.landmesser.simplecsv

  • Class Summary 
    Class Description
    CSVReader<T>
    Offers the possibility to read a CSV file from a Reader and transfer the result in a stream of objects of type T
    CSVWriter<T>
    Offers the possibility to write a CSV file to an Appendable, e.g.
    ListConverter<T>  
  • Enum Summary 
    Enum Description
    ColumnNameStyle
    Determines the default column name style.