Java.Nio.MappedByteBuffer: Method Members

The methods of Java.Nio.MappedByteBuffer are listed below. For a list of all members, see the MappedByteBuffer Members list.

See Also: Inherited members from Java.Nio.ByteBuffer

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.