static class CSVParser.Token
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) CharBuffer |
content
The content buffer.
|
(package private) boolean |
isReady
Token ready flag: indicates a valid token with content (ready for the parser).
|
(package private) int |
type
Token type, see TT_xxx constants.
|
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
(package private) CSVParser.Token |
reset() |
int type
CharBuffer content
boolean isReady
CSVParser.Token reset()