| Modifier and Type | Method and Description |
|---|---|
long |
CSVReader.countFields()
Reads and parses the next CSV line from the input.
|
long |
CSVParser.countFields(String line)
Assumes this is one line of CSV text
|
int |
CSVFileReaderProcessor.processFile(String filename,
Charset charset,
CSVFieldMapProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVFileReaderProcessor.processFile(String filename,
Charset charset,
CSVLineProcessor processor)
Processes the CSV file using the provided processor
|
int |
CSVFileReaderProcessor.processFile(String filename,
Charset charset,
CSVSortedFieldMapProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVFileProcessor.processFile(String filename,
CSVFieldMapProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVFileProcessor.processFile(String filename,
CSVLineProcessor processor)
Processes the CSV file using the provided processor
|
int |
CSVFileProcessor.processFile(String filename,
CSVSortedFieldMapProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVStreamProcessor.processStream(InputStreamReader is,
CSVFieldMapProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVStreamProcessor.processStream(InputStreamReader is,
CSVLineProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVStreamProcessor.processStream(InputStreamReader is,
CSVSortedFieldMapProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVReaderProcessor.processStream(Reader filereader,
CSVFieldMapProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVReaderProcessor.processStream(Reader filereader,
CSVLineProcessor processor)
Processes the CSV file using the provided processor.
|
int |
CSVReaderProcessor.processStream(Reader filereader,
CSVSortedFieldMapProcessor processor)
Processes the CSV file using the provided processor.
|
String |
CSVReader.readJSonLine()
Reads and parses the next CSV line from the input.
|
List<String> |
CSVReader.readLine()
Reads and parses the next CSV line from the input.
|
List<String> |
CSVReader.readLine(boolean includeComment)
Reads and parses the next CSV line from the input.
|
String |
CSVParser.toJSon(String line,
long lineNumber)
Assumes this is one line of CSV text
|
List<String> |
CSVParser.tokenize(String line)
Assumes this is one line of CSV text
|
| Constructor and Description |
|---|
CSVTokenizer(String line)
Creates a tokenizer from the specified CSV line.
|
Copyright © 2020. All Rights Reserved.