Package | Description |
---|---|
com.asakusafw.dmdl.directio.text |
Formatted text support for Direct I/O.
|
com.asakusafw.runtime.io.text.csv |
Extracting and generating CSV text files.
|
Modifier and Type | Method and Description |
---|---|
Value<QuoteStyle> |
QuoteSettings.getDefaultStyle()
Returns the default quote style.
|
Value<QuoteStyle> |
QuoteSettings.getHeaderStyle()
Returns the quote style for header fields.
|
Value<QuoteStyle> |
TextFieldSettings.getQuoteStyle()
Returns the quote style.
|
Modifier and Type | Field and Description |
---|---|
static QuoteStyle |
CsvTextFormat.DEFAULT_QUOTE_STYLE
The default quote style.
|
Modifier and Type | Method and Description |
---|---|
static QuoteStyle |
QuoteStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteStyle[] |
QuoteStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withDefaultQuoteStyle(QuoteStyle newValue)
Sets the default quote style.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withHeaderQuoteStyle(QuoteStyle newValue)
Sets the quote style for header fields.
|
Constructor and Description |
---|
CsvFieldWriter(Writer writer,
LineSeparator lineSeparator,
char fieldSeparator,
char quoteCharacter,
boolean allowLineFeed,
QuoteStyle defaultQuoteStyle,
QuoteStyle headerQuoteStyle,
UnaryOperator<CharSequence> transformer)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.