Esempio n. 1
0
 /**
  * Sets the character to use for quoted elements.
  *
  * @param cQuoteChar the character to use for quoted element.
  * @return this
  */
 @Nonnull
 public CSVReader setQuoteChar(final char cQuoteChar) {
   m_aParser.setQuoteChar(cQuoteChar);
   return this;
 }