Example #1
0
 private List<String> readLine(final Reader in) throws IOException {
   return CSVReader.readLine(in, mapping.getStringQuote(), mapping.getColumnSeparator());
 }