| Package | Description |
|---|---|
| com.asakusafw.runtime.io |
Classes for data model input/output.
|
| com.asakusafw.runtime.io.csv |
CSV Reader and Emitter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TsvEmitter
Writes
ValueOption instances as TSV format text. |
| Modifier and Type | Method and Description |
|---|---|
protected RecordEmitter |
TsvIoFactory.createRecordEmitter(OutputStream out) |
protected abstract RecordEmitter |
ModelIoFactory.createRecordEmitter(OutputStream out)
Creates a new default
RecordEmitter. |
| Modifier and Type | Method and Description |
|---|---|
ModelOutput<T> |
ModelIoFactory.createModelOutput(RecordEmitter emitter)
Creates a new
ModelOutput for the target RecordEmitter. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvEmitter
A simple CSV emitter.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.