public class PrintWriterExt
extends java.lang.Object
| Constructor and Description |
|---|
PrintWriterExt() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printLines(java.io.PrintWriter pw,
java.util.List<java.lang.String> lines)
Prints the lines (with println), and flushes and closes the writer.
|