|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.base.io.AbstractOutput
org.qedeq.base.io.StringOutput
public class StringOutput
Wraps a text output stream.
| Constructor Summary | |
|---|---|
StringOutput()
Constructor. |
|
| Method Summary | |
|---|---|
void |
append(java.lang.String text)
Append text directly to output device. |
long |
getPosition()
Get writing position. |
java.lang.String |
toString()
|
| Methods inherited from class org.qedeq.base.io.AbstractOutput |
|---|
addToken, addWs, clearLevel, columnsLeft, flush, getColumns, getLevel, popLevel, popLevel, print, print, print, println, println, println, printWithoutSplit, pushLevel, pushLevel, setColumns, setLevel, setTabLevel, skipToColumn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StringOutput()
| Method Detail |
|---|
public void append(java.lang.String text)
AbstractOutput
append in class AbstractOutputtext - Append this text.public java.lang.String toString()
toString in class java.lang.Objectpublic long getPosition()
AbstractOutput
getPosition in class AbstractOutput
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||