Java.IO.BufferedWriter.NewLine Method
Writes a newline to this writer.

Syntax

[Android.Runtime.Register("newLine", "()V", "GetNewLineHandler")]
public virtual void NewLine ()

Exceptions

TypeReason
Java.IO.IOExceptionif an error occurs attempting to write to this writer.

Remarks

Writes a newline to this writer. On Android, this is "\n". The target writer may or may not be flushed when a newline is written.

[Android Documentation]

Requirements

Namespace: Java.IO
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1