| Package | Description | 
|---|---|
| com.asakusafw.runtime.io.line | Line reader and emitter. | 
| com.asakusafw.runtime.io.line.directio | Direct I/O adapters of line read/write. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicLineInputA simple line reader for text with any charset encoding. | 
| class  | Utf8LineInputA simple line reader for UTF-8 text. | 
| Modifier and Type | Method and Description | 
|---|---|
| static LineInput | LineInput. newInstance(InputStream stream,
           String path,
           LineConfiguration configuration)Creates a new instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract boolean | AbstractLineStreamFormat. parse(LineInput input,
     T model,
     StringOption path)Parses next line and fill into the target data object. | 
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.