Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCSVParser
The purpose of the AbstractCSVParser is to consolidate the duplicate code amongst the
parsers.
|
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 |
CSVReaderBaseBuilder.icsvParser |
protected ICSVParser |
CSVParserWriter.parser |
protected ICSVParser |
CSVReader.parser |
Modifier and Type | Method and Description |
---|---|
protected ICSVParser |
CSVReaderBaseBuilder.getCsvParser()
Used by unit tests.
|
protected ICSVParser |
CSVReaderBaseBuilder.getOrCreateCsvParser()
Creates a new
ICSVParser if the class doesn't already hold one. |
ICSVParser |
CSVReader.getParser() |
Modifier and Type | Method and Description |
---|---|
CSVReaderBuilder |
CSVReaderBuilder.withCSVParser(ICSVParser icsvParser)
Sets the parser to use to parse the input.
|
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withCSVParser(ICSVParser icsvParser)
Sets the parser to use to parse the input.
|
CSVWriterBuilder |
CSVWriterBuilder.withParser(ICSVParser parser)
Sets the parser that the ICSVWriter will be using.
|
Constructor and Description |
---|
CSVParserWriter(Writer writer,
ICSVParser parser,
String lineEnd)
Constructor for the CSVParserWriter.
|
Copyright © 2005–2023. All rights reserved.