public class TextOutputUtility extends Object
Modifier and Type | Method and Description |
---|---|
static void |
printLines(String[] aLines,
PrintStream aPrintStream)
Prints out the collection of lines to the provided
PrintStream . |
public static void printLines(String[] aLines, PrintStream aPrintStream)
PrintStream
.aLines
- The lines to print out.aPrintStream
- The PrintStream
to use to print out the
lines.Copyright © 2015. All rights reserved.