public abstract class Pointer extends Object
| Constructor and Description |
|---|
Pointer(byte[] mem)
Initialize the object with the array (may be null)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAddress()
returns the position of this object in the byte[]
|
void |
setAddress(int pos)
needs to set the fields of this object to the values in the byte[]
at the given position.
|
public Pointer(byte[] mem)
mem - the byte arraypublic int getAddress()
public void setAddress(int pos)
pos - the position this object should point toCopyright © 2017. All rights reserved.