Package | Description |
---|---|
com.asakusafw.runtime.io |
Classes for data model input/output.
|
com.asakusafw.runtime.io.csv |
CSV Reader and Emitter.
|
com.asakusafw.runtime.io.tsv |
Legacy TSV Reader and Emitter.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.