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 RecordParser |
ModelIoFactory.createRecordParser(InputStream in)
Creates a new default
RecordParser . |
Modifier and Type | Method and Description |
---|---|
ModelInput<T> |
ModelIoFactory.createModelInput(RecordParser parser)
Creates a new
ModelInput for the target RecordParser . |
Modifier and Type | Class and Description |
---|---|
class |
CsvParser
A simple CSV parser.
|
Modifier and Type | Class and Description |
---|---|
class |
TsvParser
Reads TSV format text and set each cell into
ValueOption . |
Modifier and Type | Method and Description |
---|---|
protected RecordParser |
TsvIoFactory.createRecordParser(InputStream in) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.