public class Struct.Pointer extends Struct.PointerField
type| Constructor and Description |
|---|
Pointer()
Creates a new Address field.
|
Pointer(Struct.Offset offset) |
| Modifier and Type | Method and Description |
|---|---|
Pointer |
get()
Gets the
Pointer value from the native memory. |
int |
intValue()
Returns an integer representation of this
Pointer. |
long |
longValue()
Returns an
long representation of this Pointer. |
String |
toString()
Returns a string representation of this
Pointer. |
getPointer, set, set, sizebyteValue, doubleValue, floatValue, getMemory, offset, shortValue, structpublic Pointer()
public Pointer(Struct.Offset offset)
public final int intValue()
Pointer.intValue in class Struct.PointerFieldPointer.public final long longValue()
long representation of this Pointer.longValue in class Struct.PointerFieldlong value for this Pointer.public final String toString()
Pointer.toString in class Struct.PointerFieldPointer.Copyright © 2017. All rights reserved.