Package | Description |
---|---|
com.asakusafw.runtime.io.line |
Line reader and emitter.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLineInput
A simple line reader for text with any charset encoding.
|
class |
Utf8LineInput
A 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.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.