public abstract class LineOutput extends Object implements ModelOutput<StringOption>
Constructor and Description |
---|
LineOutput() |
Modifier and Type | Method and Description |
---|---|
static LineOutput |
newInstance(OutputStream stream,
String path,
LineConfiguration configuration)
Creates a new instance.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
public static LineOutput newInstance(OutputStream stream, String path, LineConfiguration configuration)
stream
- the target streampath
- the destination pathconfiguration
- current configurationIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.