|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.cotta.io.Output
public class Output
| Constructor Summary | |
|---|---|
Output(OutputManager manager)
|
|
| Method Summary | |
|---|---|
static Output |
with(java.io.OutputStream stream)
Creates the output instance with the given output stream and use system encoding |
static Output |
with(OutputStreamFactory streamFactory)
Create the output instance with the stream factory and use system encoding |
static Output |
with(OutputStreamFactory streamFactory,
java.lang.String defaultEncoding)
Creates the output instance |
static Output |
with(java.io.OutputStream stream,
java.lang.String defaultEncoding)
Create the output instance with the given output steram and default encoding |
void |
write(OutputProcessor processor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Output(OutputManager manager)
| Method Detail |
|---|
public void write(OutputProcessor processor)
throws TIoException
TIoExceptionpublic static Output with(java.io.OutputStream stream)
stream - output stream
public static Output with(java.io.OutputStream stream,
java.lang.String defaultEncoding)
stream - output streamdefaultEncoding - default encoding for creating the writers
public static Output with(OutputStreamFactory streamFactory)
streamFactory - stream factory
public static Output with(OutputStreamFactory streamFactory,
java.lang.String defaultEncoding)
streamFactory - output stream factorydefaultEncoding - default encoding for the writers
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||