Uses of Class
jnr.ffi.Address
Packages that use Address
-
Uses of Address in jnr.ffi
Modifier and TypeMethodDescriptionfinal Address
Struct.Address.get()
Reads anAddress
value from the struct.static Address
Address.valueOf
(int address) Returns a Address instance representing the specifiedint
value.static Address
Address.valueOf
(long address) Returns a Address instance representing the specifiedlong
value.Modifier and TypeMethodDescriptionfinal int
Compares twoAddress
instances numerically.abstract void
Pointer.putAddress
(long offset, Address value) Writes a native memory address value at the given offset.final void
Puts aAddress
value into the native memory. -
Uses of Address in jnr.ffi.byref
Constructors in jnr.ffi.byref with parameters of type AddressModifierConstructorDescriptionAddressByReference
(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 AddressModifier and TypeMethodDescriptionvoid
AbstractMemoryIO.putAddress
(long offset, Address value) void
BoundedMemoryIO.putAddress
(long offset, Address value) -
Uses of Address in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi with parameters of type Address