Java.Nio.MappedByteBuffer.Force Method
Flushes changes made to the in-memory buffer back to the mapped file.

Syntax

[Android.Runtime.Register("force", "()Ljava/nio/MappedByteBuffer;", "")]
public MappedByteBuffer Force ()

Returns

Documentation for this section has not yet been entered.

Remarks

Flushes changes made to the in-memory buffer back to the mapped file. Unless you call this, changes may not be written back until the finalizer runs. This method waits for the write to complete before returning.

[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