ContextWrapper.OpenFileInput(String) Method

Definition

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

[Android.Runtime.Register("openFileInput", "(Ljava/lang/String;)Ljava/io/FileInputStream;", "GetOpenFileInput_Ljava_lang_String_Handler")]
public override System.IO.Stream? OpenFileInput (string? name);
[<Android.Runtime.Register("openFileInput", "(Ljava/lang/String;)Ljava/io/FileInputStream;", "GetOpenFileInput_Ljava_lang_String_Handler")>]
override this.OpenFileInput : string -> System.IO.Stream

Parameters

name
String

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

Returns

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to