public class CSVContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_HEADER_INDEX |
static char |
STANDARD_COLUMN_SEPARATOR |
static char |
STANDARD_QUOTE_CHARACTER |
| Constructor and Description |
|---|
CSVContext(int headerRowIndex) |
| Modifier and Type | Method and Description |
|---|---|
char |
getColumnSeparator() |
int |
getHeaderRowIndex() |
char |
getQuoteCharacter() |
boolean |
hasHeaderRow() |
void |
setColumnSeparator(char columnSeparator) |
void |
setHeaderRow(int headerRowIndex) |
void |
setQuoteCharacter(char quoteCharacter) |
public static final int NO_HEADER_INDEX
public static final char STANDARD_COLUMN_SEPARATOR
public static final char STANDARD_QUOTE_CHARACTER
public boolean hasHeaderRow()
public int getHeaderRowIndex()
public void setHeaderRow(int headerRowIndex)
public char getColumnSeparator()
public void setColumnSeparator(char columnSeparator)
public char getQuoteCharacter()
public void setQuoteCharacter(char quoteCharacter)
Copyright © 2016. All Rights Reserved.