public interface CsvReader
| Modifier and Type | Interface and Description |
|---|---|
static class |
CsvReader.TokenType |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getElement()
the CSV element string.
|
CsvReader.TokenType |
next()
read next CSV element, and return its type.
|
CsvReader.TokenType next() throws IOException, CsvParseException
IOException - exception is something goes wrong.CsvParseExceptionCharSequence getElement()
Copyright © 2018 SPF4J. All rights reserved.