Android.OS.MemoryFile: Method Members

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

See Also: Inherited members from Java.Lang.Object

Public Methods

AllowPurging(bool) : bool
Enables or disables purging of the memory file.
Close()
Closes the memory file.
Length() : int
Returns the length of the memory file.
ReadBytes(byte[], int, int, int) : int
Reads bytes from the memory file.
WriteBytes(byte[], int, int, int)
Write bytes to the memory file.