Java.IO.FileReader Class
A specialized Java.IO.Reader that reads from a file in the file system.

See Also: FileReader Members

Syntax

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

Remarks

A specialized Java.IO.Reader that reads from a file in the file system. All read 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 read requests are made, a FileReader is often wrapped by a BufferedReader.

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