Java.Nio.MappedByteBuffer Members

The members of Java.Nio.MappedByteBuffer are listed below.

See Also: Inherited members from Java.Nio.ByteBuffer

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsLoadedbool. 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.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Force() : MappedByteBuffer
Flushes changes made to the in-memory buffer back to the mapped file.
ForceAsync() : System.Threading.Tasks.Task<MappedByteBuffer>
Documentation for this section has not yet been entered.
Load() : MappedByteBuffer
Attempts to load every page of this buffer into RAM.
LoadAsync() : System.Threading.Tasks.Task<MappedByteBuffer>
Documentation for this section has not yet been entered.