com.kenai.jaffl.struct
public class Struct.Pointer extends Struct.NumberField
Constructor Summary | |
---|---|
Pointer()
Creates a new Address field. | |
Pointer(Struct.Offset offset) |
Method Summary | |
---|---|
Pointer | get()
Gets the com.googlecode.jffi.Address value from the native memory.
|
void | set(Pointer value)
Puts a com.googlecode.jffi.Address value into the native memory. |
void | set(Number value) |
int | size()
Gets the size of a Pointer in bits
|
Returns: a com.googlecode.jffi.Address.
Returns: the size of the Pointer