Package | Description |
---|---|
com.kenai.jaffl | |
com.kenai.jaffl.byref | |
com.kenai.jaffl.provider | |
com.kenai.jaffl.provider.jffi | |
com.kenai.jaffl.struct |
Modifier and Type | Method and Description |
---|---|
static Address |
Address.valueOf(long address) |
Modifier and Type | Method and Description |
---|---|
int |
Address.compareTo(Address other)
Compares two
Address instances numerically. |
abstract void |
MemoryIO.putAddress(long offset,
Address value) |
Constructor and Description |
---|
Address(Address address)
Creates a new address representation.
|
Constructor and Description |
---|
AddressByReference(Address value)
Creates a new reference to an address value
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMemoryIO.putAddress(long offset,
Address value) |
void |
BoundedMemoryIO.putAddress(long offset,
Address value) |
Modifier and Type | Method and Description |
---|---|
static void |
AsmRuntime.marshal(com.kenai.jffi.InvocationBuffer buffer,
Address ptr) |
Modifier and Type | Method and Description |
---|---|
Address |
Struct.Address.get()
Gets the
com.googlecode.jffi.Address value from the native memory. |
Modifier and Type | Method and Description |
---|---|
void |
Struct.Address.set(Address value)
Puts a
jafl.Address value into the native memory. |