BufferedWriter.newLine
BufferedWriter.newLine
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax
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
Send feedback
to MSDN.
Look here
for MSDN Online resources.