Java.IO.FileWriter Class
A specialized Java.IO.Writer that writes to a file in the file system.

See Also: FileWriter Members

Syntax

[Android.Runtime.Register("java/io/FileWriter", DoNotGenerateAcw=true)]
public class FileWriter : OutputStreamWriter

Remarks

A specialized Java.IO.Writer that writes to a file in the file system. All write requests made by calling methods in this class are directly forwarded to the equivalent function of the underlying operating system. Since this may induce some performance penalty, in particular if many small write requests are made, a FileWriter is often wrapped by a BufferedWriter.

See Also

[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