Android.Util.AtomicFile: Method Members

The methods of Android.Util.AtomicFile are listed below. For a list of all members, see the AtomicFile Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Delete()
Delete the atomic file.
FailWrite(System.IO.Stream)
Call when you have failed for some reason at writing to the stream returned by AtomicFile.StartWrite.
FailWriteAsync(System.IO.Stream) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
FinishWrite(System.IO.Stream)
Call when you have successfully finished writing to the stream returned by AtomicFile.StartWrite.
FinishWriteAsync(System.IO.Stream) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
OpenRead() : System.IO.Stream
Open the atomic file for reading.
ReadFully() : byte[]
A convenience for AtomicFile.OpenRead that also reads all of the file contents into a byte array which is returned.
ReadFullyAsync() : System.Threading.Tasks.Task<Byte[]>
Documentation for this section has not yet been entered.
StartWrite() : System.IO.Stream
Start a new write operation on the file.
StartWriteAsync() : System.Threading.Tasks.Task<System.IO.Stream>
Documentation for this section has not yet been entered.