Android.Util.AtomicFile.FinishWrite Method
Call when you have successfully finished writing to the stream returned by AtomicFile.StartWrite.

Syntax

[Android.Runtime.Register("finishWrite", "(Ljava/io/FileOutputStream;)V", "GetFinishWrite_Ljava_io_FileOutputStream_Handler")]
public virtual void FinishWrite (System.IO.Stream str)

Parameters

str
Documentation for this section has not yet been entered.

Remarks

Call when you have successfully finished writing to the stream returned by AtomicFile.StartWrite. This will close, sync, and commit the new data. The next attempt to read the atomic file will return the new file stream.

[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