| Package | Description |
|---|---|
| jnr.ffi | |
| jnr.ffi.byref | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoundedMemoryIO.putAddress(long offset,
Address value) |
void |
AbstractMemoryIO.putAddress(long offset,
Address value) |
| Modifier and Type | Method and Description |
|---|---|
static int |
AsmRuntime.intValue(Address ptr) |
static long |
AsmRuntime.longValue(Address ptr) |
Copyright © 2017. All rights reserved.