Package | Description |
---|---|
com.asakusafw.runtime.io.line |
Line reader and emitter.
|
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.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.