Package se.liu.ida.hefquin.base.utils
Class IndentingPrintStream
java.lang.Object
se.liu.ida.hefquin.base.utils.IndentingPrintStream
Wraps a 
PrintStream and adds functionality to print with
 different levels of indentation.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
out
 - 
indentLevel
protected int indentLevel 
 - 
 - 
Constructor Details
- 
IndentingPrintStream
 
 - 
 - 
Method Details
- 
increaseIndentationLevel
public void increaseIndentationLevel() - 
decreaseIndentationLevel
public void decreaseIndentationLevel() - 
appendIndentation
public void appendIndentation() - 
append
 - 
flush
public void flush() 
 -