net.infonode.util
public class Printer extends Object
| Constructor Summary | |
|---|---|
| Printer() | |
| Printer(PrintStream out) | |
| Method Summary | |
|---|---|
| void | beginSection() |
| void | beginSection(String title) |
| void | endSection() |
| void | print(String str) |
| void | println(String str) |
| void | println() |