BufferMapState


public final class BufferMapState


Describes the current mapping state of a buffer.

Summary

Constants

static final int
Mapped = 3

The buffer is mapped and its contents are accessible.

static final int

The buffer is in the process of being mapped.

static final int

The buffer is not mapped.

Public methods

static final @NonNull String
toString(int value)

Constants

Mapped

public static final int Mapped = 3

The buffer is mapped and its contents are accessible.

Pending

public static final int Pending = 2

The buffer is in the process of being mapped.

Unmapped

public static final int Unmapped = 1

The buffer is not mapped.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull String toString(int value)