Package | Description |
---|---|
com.asakusafw.runtime.io.text.directio |
Direct I/O adapters of formatted text files.
|
com.asakusafw.runtime.io.text.driver |
Drivers for text I/O.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTextStreamFormat.afterInput(T model,
StringOption path,
TextInput<T> input)
Processes the data object, which has filled the current record data.
|
Modifier and Type | Method and Description |
---|---|
TextInput<T> |
RecordDefinition.newInput(FieldReader reader,
String path)
Creates a new
TextInput from this definition with default options. |
TextInput<T> |
RecordDefinition.newInput(FieldReader reader,
String path,
Collection<? extends InputOption> options)
Creates a new
TextInput from this definition. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.