BufferedWriter.newLine
Class Overview | Class Members |
This Package |
All Packages
public void newLine() throws IOException
Description
Write a line separator. The line separator string is defined by the
system property line.separator, and is not necessarily a single
newline ('\n') character.
Exceptions
IOException
If an I/O error occurs