Android.Content.ContentResolver.OpenOutputStream Method
Synonym for ContentResolver.OpenOutputStream(Android.Net.Uri, System.String).

Syntax

[Android.Runtime.Register("openOutputStream", "(Landroid/net/Uri;)Ljava/io/OutputStream;", "")]
public System.IO.Stream OpenOutputStream (Android.Net.Uri uri)

Parameters

uri
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.FileNotFoundExceptionif the provided URI could not be opened.

Remarks

Requirements

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