Package | Description |
---|---|
com.asakusafw.runtime.io.text |
Extracting and generating formatted text files.
|
com.asakusafw.runtime.io.text.csv |
Extracting and generating CSV text files.
|
com.asakusafw.runtime.io.text.driver |
Drivers for text I/O.
|
com.asakusafw.runtime.io.text.tabular |
Extracting and generating tabular-style text files.
|
Modifier and Type | Method and Description |
---|---|
FieldReader |
TextFormat.open(InputStream input)
Opens
FieldReader for the given input. |
FieldReader |
TextFormat.open(Reader input)
Opens
FieldReader for the given input. |
Modifier and Type | Class and Description |
---|---|
class |
CsvFieldReader
A
FieldReader for RFC4180 style CSV files. |
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. |
Modifier and Type | Class and Description |
---|---|
class |
TabularFieldReader
A
FieldReader for tabular-style text contents. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.