SharedMemory.Unmap(ByteBuffer) Method

Definition

Unmaps a buffer previously returned by #map(int, int, int).

[Android.Runtime.Register("unmap", "(Ljava/nio/ByteBuffer;)V", "", ApiSince=27)]
public static void Unmap (Java.Nio.ByteBuffer buffer);
[<Android.Runtime.Register("unmap", "(Ljava/nio/ByteBuffer;)V", "", ApiSince=27)>]
static member Unmap : Java.Nio.ByteBuffer -> unit

Parameters

buffer
ByteBuffer

The buffer to unmap

Attributes

Remarks

Java documentation for android.os.SharedMemory.unmap(java.nio.ByteBuffer).

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