Package | Description |
---|---|
org.spf4j.io.csv |
Modifier and Type | Method and Description |
---|---|
CsvReader.TokenType |
CsvReader.next()
read next CSV element, and return its type.
|
static CsvReader.TokenType |
CsvReader.TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CsvReader.TokenType[] |
CsvReader.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 SPF4J. All rights reserved.