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