Package | Description |
---|---|
com.asakusafw.runtime.io.text.csv |
Extracting and generating CSV text files.
|
Modifier and Type | Method and Description |
---|---|
static CsvTextFormat.Builder |
CsvTextFormat.builder()
Returns a new builder.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withAllowLineFeedInField(boolean newValue)
Sets whether or not line-feed characters can appear in fields.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withCharset(Charset newValue)
Sets the charset.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withCharset(String newValue)
Sets the charset name.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withDefaultQuoteStyle(QuoteStyle newValue)
Sets the default quote style.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withFieldSeparator(char newValue)
Sets the field separator.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withHeaderQuoteStyle(QuoteStyle newValue)
Sets the quote style for header fields.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withInputTransformer(Class<? extends UnaryOperator<CharSequence>> newValue)
Sets the input transformer class.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withInputTransformer(Supplier<? extends UnaryOperator<CharSequence>> newValue)
Sets the input transformer.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withLineSeparator(LineSeparator newValue)
Sets the line separator.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withOutputTransformer(Class<? extends UnaryOperator<CharSequence>> newValue)
Sets the output transformer class.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withOutputTransformer(Supplier<? extends UnaryOperator<CharSequence>> newValue)
Sets the output transformer.
|
CsvTextFormat.Builder |
CsvTextFormat.Builder.withQuoteCharacter(char newValue)
Sets the quote character.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.