Package | Description |
---|---|
com.asakusafw.runtime.io.text.tabular |
Extracting and generating tabular-style text files.
|
Modifier and Type | Method and Description |
---|---|
static TabularTextFormat.Builder |
TabularTextFormat.builder()
Returns a new builder.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withCharset(Charset newValue)
Sets the charset.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withCharset(String newValue)
Sets the charset name.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withEscapeSequence(EscapeSequence newValue)
Sets the escape sequence.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withFieldSeparator(char newValue)
Sets the field separator.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withInputTransformer(Class<? extends UnaryOperator<CharSequence>> newValue)
Sets the input transformer class.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withInputTransformer(Supplier<? extends UnaryOperator<CharSequence>> newValue)
Sets the input transformer.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withLineSeparator(LineSeparator newValue)
Sets the line separator.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withOutputTransformer(Class<? extends UnaryOperator<CharSequence>> newValue)
Sets the output transformer class.
|
TabularTextFormat.Builder |
TabularTextFormat.Builder.withOutputTransformer(Supplier<? extends UnaryOperator<CharSequence>> newValue)
Sets the output transformer.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.