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 |
BasicLineOutput
A simple line writer for text with any charset encoding.
|
class |
Utf8LineOutput
A simple line writer for UTF-8 text.
|
Modifier and Type | Method and Description |
---|---|
static LineOutput |
LineOutput.newInstance(OutputStream stream,
String path,
LineConfiguration configuration)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractLineStreamFormat.emit(LineOutput output,
T model,
StringOption path)
Emits the next line from the data object into the target output.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.