Put the line separator String onto the print stream.
()
| 378 | * Put the line separator String onto the print stream. |
| 379 | */ |
| 380 | private void newline() { |
| 381 | print(lineSeparator); |
| 382 | } |
| 383 | |
| 384 | /** |
| 385 | * Prints the string representation of the specified character array |