Retrieves the line terminator string used by this Writer object.
public String getNewLine()
Returns the line terminator string.
The default line terminator string is a carriage return followed by a line feed (\r\n).
See Also setNewLine