public class MutableCSVTokenizer extends QuoteTrackingTokenizer
Constructor and Description |
---|
MutableCSVTokenizer(java.io.Reader reader,
org.supercsv.prefs.CsvPreference preferences) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getColumns()
Gets the tokenized columns.
|
BooleanList |
getQuotedColumns() |
java.util.List<java.lang.String> |
read()
Perform read, main way to take the string passed to setLine and return a
list of strings
|
protected java.lang.String |
readLine()
Reads the line that is set and then sets it to null
|
protected boolean |
readRow()
Reads the row
|
void |
setLine(java.lang.String line)
Set the line to be tokenized
|
getUntokenizedRow, readColumns, readColumns
public MutableCSVTokenizer(java.io.Reader reader, org.supercsv.prefs.CsvPreference preferences)
protected java.lang.String readLine() throws java.io.IOException
readLine
in class org.supercsv.io.AbstractTokenizer
java.io.IOException
public void setLine(java.lang.String line)
java.io.IOException
public java.util.List<java.lang.String> read() throws java.io.IOException
java.io.IOException
public BooleanList getQuotedColumns()
protected boolean readRow() throws java.io.IOException
java.io.IOException
protected java.util.List<java.lang.String> getColumns()