Stay organized with collections
Save and categorize content based on your preferences.
public final class BufferMapState
Describes the current mapping state of a buffer.
Summary
Constants |
static final int |
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.
|
Constants
public static final int Mapped = 3
The buffer is mapped and its contents are accessible.
public static final int Pending = 2
The buffer is in the process of being mapped.
public static final int Unmapped = 1
The buffer is not mapped.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-24 UTC.
[null,null,["Last updated 2026-06-24 UTC."],[],[]]