Android.Content.Res.AssetFileDescriptor.CreateOutputStream Method
Create and return a new auto-close output stream for this asset.

Syntax

[Android.Runtime.Register("createOutputStream", "()Ljava/io/FileOutputStream;", "GetCreateOutputStreamHandler")]
public virtual System.IO.Stream CreateOutputStream ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException

Remarks

Create and return a new auto-close output stream for this asset. This will either return a full asset NoType:android/content/res/AssetFileDescriptor$AutoCloseOutputStream;Href=../../../../reference/android/content/res/AssetFileDescriptor.AutoCloseOutputStream.html, or an underlying NoType:android/os/ParcelFileDescriptor$AutoCloseOutputStream;Href=../../../../reference/android/os/ParcelFileDescriptor.AutoCloseOutputStream.html depending on whether the the object represents a complete file or sub-section of a file. You should only call this once for a particular asset.

[Android Documentation]

Requirements

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