Overview | Methods | This Package | All Packages
Retrieves the line terminator string used by this Writer object.
Syntax
public String getNewLine()
Return Value
Returns the line terminator string.
Remarks
The default line terminator string is a carriage return followed by a line feed (\r\n).
See Also setNewLine