public interface Indentable
IndentablePrintStream
s must implement.Modifier and Type | Method and Description |
---|---|
Indentable |
printfIndentln(String format,
Object... args)
A convenience method to print an indented string onto the stream using the specified format string and the given arguments.
|
Indentable |
printIndent(String s)
Prints an indented string.
|
Indentable |
printIndentln(String s)
Prints an indented string together with a line feed.
|
Indentable |
printIndentString()
Prints only the current indentation.
|
Indentable printIndent(String s)
s
- the string to be printedIndentable printIndentln(String s)
s
- the string to be printedIndentable printfIndentln(String format, Object... args)
format
- the format stringargs
- the to be printed argumentsIndentable printIndentString()
Copyright © 2014 Christof Reichardt. All rights reserved. (Build: 26-May-2014)