Package de.espirit.common.util
Class CsvReader.CsvToken
java.lang.Object
de.espirit.common.util.CsvReader.CsvToken
- Enclosing class:
- CsvReader
Class representing a single token
- Since:
- 5.1.28
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
VALUE
public static final int VALUEToken type representing a value of the CSV file.- Since:
- 5.1.28
- See Also:
-
NEW_LINE
public static final int NEW_LINEToken type representing a new line in the CSV file.- Since:
- 5.1.28
- See Also:
-
EOF
public static final int EOFToken type representing the end of the CSV file.- Since:
- 5.1.28
- See Also:
-
-
Method Details
-
getValue
Returns the value of the current token- Returns:
- value - the value as string
- Since:
- 5.1.28
-
getType
public final int getType()- Returns:
- type of the token
- Since:
- 5.1.28
-