FileChannel.MapMode.Private Property

Definition

Private mapping mode (equivalent to copy on write).

[Android.Runtime.Register("PRIVATE")]
public static Java.Nio.Channels.FileChannel.MapMode Private { get; }
[<Android.Runtime.Register("PRIVATE")>]
static member Private : Java.Nio.Channels.FileChannel.MapMode

Property Value

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to