private static class memptr.memptrPointer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private long |
addr
The actual platform-specific pointer to our memory region (on the client).
|
private int |
byteOrder
The byte order used for this instance.
|
private long |
size
Stores the size that was last set for querying and boundary checking.
|
private boolean |
unknown
Flag indicating if the instance is unknown.
|
| Constructor and Description |
|---|
memptrPointer(int byteOrder,
long addr,
long size)
Initialize this structure with the specified details.
|
private int byteOrder
private long addr
private long size
private boolean unknown
public memptrPointer(int byteOrder,
long addr,
long size)
byteOrder - The byte order used for this instance.addr - The actual platform-specific pointer to our memory region (on the client).size - Stores the size that was last set for querying and boundary checking.