Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
Modifier and Type | Class and Description |
---|---|
class |
CSVParser
A very simple CSV parser released under a commercial-friendly license.
|
class |
RFC4180Parser
This Parser is meant to parse according to the RFC4180 specification.
|
Modifier and Type | Field and Description |
---|---|
protected ICSVParser |
CSVReader.parser |
Modifier and Type | Method and Description |
---|---|
protected ICSVParser |
CSVReaderBuilder.getCsvParser()
Used by unit tests.
|
ICSVParser |
CSVReader.getParser() |
Modifier and Type | Method and Description |
---|---|
CSVReaderBuilder |
CSVReaderBuilder.withCSVParser(ICSVParser icsvParser)
Sets the parser to use to parse the input.
|
Constructor and Description |
---|
CSVReader(Reader reader,
int line,
ICSVParser icsvParser)
Constructs CSVReader with supplied CSVParser.
|
Copyright © 2017. All rights reserved.