public class Struct.Pointer extends Struct.PointerField
type
构造器和说明 |
---|
Pointer()
Creates a new
Address field. |
Pointer(Struct.Offset offset) |
限定符和类型 | 方法和说明 |
---|---|
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, size
byteValue, doubleValue, floatValue, getMemory, offset, shortValue, struct
public Pointer()
Address
field.public Pointer(Struct.Offset offset)
public final int intValue()
Pointer
.intValue
在类中 Struct.PointerField
Pointer
.public final long longValue()
long
representation of this Pointer
.longValue
在类中 Struct.PointerField
long
value for this Pointer
.public final String toString()
Pointer
.toString
在类中 Struct.PointerField
Pointer
.Copyright © 2021. All rights reserved.