Method Summary |
|
public void | close() Closes the writer of the writer of this output. |
protected void | flush() Flushes the writer of this output. |
protected String | getIndent() Returns the indentation as string that should be used in this output format. |
protected String | getLineBreak() Returns the line break that is specific to this output. |
public void | log(String statement) Logs a statement to this Output. |
public void | log(String prefix, String statement) Logs a statement with the given prefix in angled braces. |
public void | logAndFlush(String statement) Logs a statement to this output and flushes the writer. |
public void | logAndFlush(String prefix, String statement) Logs a statement with the given prefix in angled braces and flushes the writer. |
protected void | mark() Marks the current position in the buffer of the writer of this output. |
protected void | reset() Resets the buffer to the writer to the marked position. |