Microsoft SDK for Java

Writer.getNewLine

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.