SharedMemory.MapReadWrite Method

Definition

Creates a read/write mapping of the entire shared memory region.

[Android.Runtime.Register("mapReadWrite", "()Ljava/nio/ByteBuffer;", "", ApiSince=27)]
public Java.Nio.ByteBuffer MapReadWrite ();
[<Android.Runtime.Register("mapReadWrite", "()Ljava/nio/ByteBuffer;", "", ApiSince=27)>]
member this.MapReadWrite : unit -> Java.Nio.ByteBuffer

Returns

ByteBuffer

A ByteBuffer mapping

Attributes

Remarks

Java documentation for android.os.SharedMemory.mapReadWrite().

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