Android.Content.Context.OpenFileInput Method
Open a private file associated with this Context's application package for reading.

Syntax

[Android.Runtime.Register("openFileInput", "(Ljava/lang/String;)Ljava/io/FileInputStream;", "GetOpenFileInput_Ljava_lang_String_Handler")]
public abstract System.IO.Stream OpenFileInput (string name)

See Also

Context.OpenFileOutput(string, Android.Content.FileCreationMode)
Context.FileList
Context.DeleteFile(string)
Java.IO.FileInputStream(string)

Parameters

name
The name of the file to open; can not contain path separators.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.FileNotFoundException

Remarks

Open a private file associated with this Context's application package for reading.

[Android Documentation]

Requirements

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