Package | Description |
---|---|
com.asakusafw.runtime.io.text.csv |
Extracting and generating CSV text files.
|
com.asakusafw.runtime.io.text.directio |
Direct I/O adapters of formatted text files.
|
com.asakusafw.runtime.io.text.tabular |
Extracting and generating tabular-style text files.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvTextFormat
An implementation of
TextFormat for RFC4180 style CSV files. |
Modifier and Type | Method and Description |
---|---|
protected abstract TextFormat |
AbstractTextStreamFormat.createTextFormat()
Returns the
TextFormat . |
TextFormat |
AbstractTextStreamFormat.getTextFormat()
Returns the
TextFormat . |
Modifier and Type | Class and Description |
---|---|
class |
TabularTextFormat
An implementation of
TextFormat for tabular-style text files. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.