Android.Util.AtomicFile.FailWrite Method
Call when you have failed for some reason at writing to the stream returned by AtomicFile.StartWrite.

Syntax

[Android.Runtime.Register("failWrite", "(Ljava/io/FileOutputStream;)V", "GetFailWrite_Ljava_io_FileOutputStream_Handler")]
public virtual void FailWrite (System.IO.Stream str)

Parameters

str
Documentation for this section has not yet been entered.

Remarks

Call when you have failed for some reason at writing to the stream returned by AtomicFile.StartWrite. This will close the current write stream, and roll back to the previous state of the file.

[Android Documentation]

Requirements

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