Uses of Class
jnr.ffi.Address
-
Packages that use Address Package Description 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 Modifier and Type Method Description AddressStruct.Address. get()Reads anAddressvalue from the struct.static AddressAddress. valueOf(int address)Returns a Address instance representing the specifiedintvalue.static AddressAddress. valueOf(long address)Returns a Address instance representing the specifiedlongvalue.Methods in jnr.ffi with parameters of type Address Modifier and Type Method Description intAddress. compareTo(Address other)Compares twoAddressinstances numerically.abstract voidPointer. putAddress(long offset, Address value)Writes a native memory address value at the given offset.voidStruct.Address. set(Address value)Puts aAddressvalue into the native memory.Constructors in jnr.ffi with parameters of type Address Constructor Description 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 Constructor Description 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 Modifier and Type Method Description voidAbstractMemoryIO. putAddress(long offset, Address value)voidBoundedMemoryIO. putAddress(long offset, Address value) -
Uses of Address in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi with parameters of type Address Modifier and Type Method Description static intAsmRuntime. intValue(Address ptr)static longAsmRuntime. longValue(Address ptr)
-