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
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)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)Documentation for this section has not yet been entered. | ||
OpenRead()Open the atomic file for reading. | ||
ReadFully()A convenience for AtomicFile.OpenRead that also reads all of the file contents into a byte array which is returned. | ||
ReadFullyAsync()Documentation for this section has not yet been entered. | ||
StartWrite()Start a new write operation on the file. | ||
StartWriteAsync()Documentation for this section has not yet been entered. |