| Package | Description |
|---|---|
| jnr.ffi | |
| jnr.ffi.byref |
| Modifier and Type | Method and Description |
|---|---|
Address |
Struct.Address.get()
Reads an
Address value from the struct. |
static Address |
Address.valueOf(int address)
Returns a Address instance representing the specified
int value. |
static Address |
Address.valueOf(long address)
Returns a Address instance representing the specified
long value. |
| Modifier and Type | Method and Description |
|---|---|
int |
Address.compareTo(Address other)
Compares two
Address instances numerically. |
abstract void |
Pointer.putAddress(long offset,
Address value)
Writes a native memory address value at the given offset.
|
void |
Struct.Address.set(Address value)
Puts a
Address value into the native memory. |
| 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
|
Copyright © 2015. All rights reserved.