| Package | Description |
|---|---|
| au.com.bytecode.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
| Modifier and Type | Method and Description |
|---|---|
static CSV.Builder |
CSV.charset(Charset charset)
Constructs
CSVBuilder with specified charset |
CSV.Builder |
CSV.Builder.charset(Charset charset)
Constructs
CSVBuilder with specified charset |
static CSV.Builder |
CSV.charset(String charsetName)
Constructs
CSVBuilder with specified charset |
CSV.Builder |
CSV.Builder.charset(String charsetName)
Constructs
CSVBuilder with specified charset |
static CSV.Builder |
CSV.escape(char escapeChar)
Constructs
CSVBuilder with specified escapeChar |
CSV.Builder |
CSV.Builder.escape(char escapeChar)
Constructs
CSVBuilder with specified escapeChar |
static CSV.Builder |
CSV.ignoreLeadingWhiteSpace()
Constructs
CSVBuilder. |
CSV.Builder |
CSV.Builder.ignoreLeadingWhiteSpace()
Constructs
CSVBuilder. |
static CSV.Builder |
CSV.lineEnd(String lineEnd)
Constructs
CSVBuilder with specified line terminator |
CSV.Builder |
CSV.Builder.lineEnd(String lineEnd)
Constructs
CSVBuilder with specified line terminator |
static CSV.Builder |
CSV.noEscape()
Constructs
CSVBuilder with no escape char |
CSV.Builder |
CSV.Builder.noEscape()
Constructs
CSVBuilder with no escape char |
static CSV.Builder |
CSV.noQuote()
Constructs
CSVBuilder with no quote char |
CSV.Builder |
CSV.Builder.noQuote()
Constructs
CSVBuilder with no quote char |
static CSV.Builder |
CSV.notIgnoreLeadingWhiteSpace()
Constructs
CSVBuilder. |
CSV.Builder |
CSV.Builder.notIgnoreLeadingWhiteSpace()
Constructs
CSVBuilder. |
static CSV.Builder |
CSV.notStrictQuotes()
Constructs
CSVBuilder. |
CSV.Builder |
CSV.Builder.notStrictQuotes()
Constructs
CSVBuilder. |
static CSV.Builder |
CSV.quote(char quoteChar)
Constructs
CSVBuilder with specified quoteChar |
CSV.Builder |
CSV.Builder.quote(char quoteChar)
Constructs
CSVBuilder with specified quoteChar |
static CSV.Builder |
CSV.separator(char separator)
Constructs
CSVBuilder with specified separator |
CSV.Builder |
CSV.Builder.separator(char separator)
Constructs
CSVBuilder with specified separator |
static CSV.Builder |
CSV.skipLines(int skipLines)
Constructs
CSVBuilder with specified number of lines to skip for start reading |
CSV.Builder |
CSV.Builder.skipLines(int skipLines)
Constructs
CSVBuilder with specified number of lines to skip for start reading |
static CSV.Builder |
CSV.strictQuotes()
Constructs
CSVBuilder. |
CSV.Builder |
CSV.Builder.strictQuotes()
Constructs
CSVBuilder. |
Copyright © 2014. All rights reserved.