public static final class CsvReader.CsvToken extends Object
CsvReader.read()
Modifier and Type | Field and Description |
---|---|
static int |
EOF
Token type representing the end of the CSV file.
|
static int |
NEW_LINE
Token type representing a new line in the CSV file.
|
static int |
VALUE
Token type representing a value of the CSV file.
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
|
String |
getValue()
Returns the value of the current token
|
public static final int VALUE
getType()
,
Constant Field Valuespublic static final int NEW_LINE
getType()
,
Constant Field Valuespublic static final int EOF
getType()
,
Constant Field ValuesCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210