|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Address | |
|---|---|
| jnr.ffi | |
| jnr.ffi.byref | |
| jnr.ffi.provider | |
| jnr.ffi.provider.jffi | |
| Uses of Address in jnr.ffi |
|---|
| Methods in jnr.ffi that return Address | |
|---|---|
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. |
| Methods in jnr.ffi with parameters of type Address | |
|---|---|
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. |
| Constructors in jnr.ffi with parameters of type Address | |
|---|---|
Address(Address address)
Creates a new address representation. |
|
| Uses of Address in jnr.ffi.byref |
|---|
| Constructors in jnr.ffi.byref with parameters of type Address | |
|---|---|
AddressByReference(Address value)
Creates a new reference to an address value |
|
| Uses of Address in jnr.ffi.provider |
|---|
| Methods in jnr.ffi.provider with parameters of type Address | |
|---|---|
void |
BoundedMemoryIO.putAddress(long offset,
Address value)
|
void |
AbstractMemoryIO.putAddress(long offset,
Address value)
|
| Uses of Address in jnr.ffi.provider.jffi |
|---|
| Methods in jnr.ffi.provider.jffi with parameters of type Address | |
|---|---|
static int |
AsmRuntime.intValue(Address ptr)
|
static long |
AsmRuntime.longValue(Address ptr)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||