Java.Nio.MappedByteBuffer.IsLoaded Property
Returns true if there is a high probability that every page of this buffer is currently loaded in RAM, meaning that accesses will not cause a page fault.

Syntax

[get: Android.Runtime.Register("isLoaded", "()Z", "GetIsLoadedHandler")]
public bool IsLoaded { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if there is a high probability that every page of this buffer is currently loaded in RAM, meaning that accesses will not cause a page fault. It is impossible to give a strong guarantee since this is only a snapshot of a dynamic situation.

[Android Documentation]

Requirements

Namespace: Java.Nio
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1