@Status(stage=DEVELOPMENT, unitTests=PARTIAL) @Review(by="Kees Schotanus",at="2009-09-28") @Review(by="Kees Schotanus",at="2010-10-22",reason="Totally rewrote csv classes") public abstract class AbstractCsvReader extends AbstractCsv
Modifier | Constructor and Description |
---|---|
protected |
AbstractCsvReader()
Default constructor that will use a comma as the column separator.
|
|
AbstractCsvReader(Character columnSeparator)
Constructs this AbstractCsvReader that will use the supplied
columnSeparator as a column separator.
|
getColumnSeparator, getNextRow, getRowSeparator, setColumnSeparator, setRowSeparator
protected AbstractCsvReader()
public AbstractCsvReader(Character columnSeparator)
columnSeparator
- The separator that separates the different
columns.NullPointerException
- When the supplied columnSeparator is null.Copyright © 2008–2018. All rights reserved.