MappedByteBuffer.Load Method

Definition

Loads this buffer's content into physical memory.

[Android.Runtime.Register("load", "()Ljava/nio/MappedByteBuffer;", "")]
public Java.Nio.MappedByteBuffer? Load ();
[<Android.Runtime.Register("load", "()Ljava/nio/MappedByteBuffer;", "")>]
member this.Load : unit -> Java.Nio.MappedByteBuffer

Returns

This buffer

Attributes

Remarks

Loads this buffer's content into physical memory.

This method makes a best effort to ensure that, when it returns, this buffer's content is resident in physical memory. Invoking this method may cause some number of page faults and I/O operations to occur.

Java documentation for java.nio.MappedByteBuffer.load().

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