SharedMemory.MapReadOnly Method

Definition

Creates a read-only mapping of the entire shared memory region.

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

Returns

ByteBuffer

A ByteBuffer mapping

Attributes

Remarks

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

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