Package | Description |
---|---|
com.asakusafw.runtime.io.text |
Extracting and generating formatted text files.
|
com.asakusafw.runtime.io.text.csv |
Extracting and generating CSV text files.
|
com.asakusafw.runtime.io.text.driver |
Drivers for text I/O.
|
com.asakusafw.runtime.io.text.tabular |
Extracting and generating tabular-style text files.
|
Modifier and Type | Method and Description |
---|---|
FieldWriter |
TextFormat.open(OutputStream output)
Opens
FieldWriter for the given output. |
FieldWriter |
TextFormat.open(Writer output)
Opens
FieldWriter for the given output. |
Modifier and Type | Class and Description |
---|---|
class |
CsvFieldWriter
A
FieldWriter for RFC4180 style CSV files. |
Modifier and Type | Method and Description |
---|---|
TextOutput<T> |
RecordDefinition.newOutput(FieldWriter writer,
String path)
Creates a new
TextOutput from this definition. |
TextOutput<T> |
RecordDefinition.newOutput(FieldWriter writer,
String path,
Collection<? extends OutputOption> options)
Creates a new
TextOutput from this definition. |
Modifier and Type | Class and Description |
---|---|
class |
TabularFieldWriter
A
FieldWriter for tabular style text contents. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.