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 | Method and Description |
---|---|
LineConfiguration |
LineConfiguration.withBufferSize(int newValue)
Sets the buffer size (hint) in bytes.
|
LineConfiguration |
LineConfiguration.withCharset(Charset newValue)
Sets the text charset.
|
LineConfiguration |
LineConfiguration.withMalformedInputAction(CodingErrorAction newValue)
Sets the action type for malformed inputs.
|
LineConfiguration |
LineConfiguration.withUnmappableCharacterAction(CodingErrorAction newValue)
Sets the action type for unmappable inputs.
|
Modifier and Type | Method and Description |
---|---|
static LineInput |
LineInput.newInstance(InputStream stream,
String path,
LineConfiguration configuration)
Creates a new instance.
|
static LineOutput |
LineOutput.newInstance(OutputStream stream,
String path,
LineConfiguration configuration)
Creates a new instance.
|
Constructor and Description |
---|
BasicLineInput(InputStream stream,
String path,
LineConfiguration configuration)
Creates a new instance.
|
BasicLineOutput(OutputStream stream,
String path,
LineConfiguration configuration)
Creates a new instance.
|
Utf8LineInput(InputStream stream,
String path,
LineConfiguration configuration)
Creates a new instance.
|
Utf8LineOutput(OutputStream stream,
String path,
LineConfiguration configuration)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected abstract LineConfiguration |
AbstractLineStreamFormat.getConfiguration()
Returns the line based text format configuration.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.