Uses of Class
jnr.ffi.Address
Packages that use Address
-
Uses of Address in jnr.ffi
Modifier and TypeMethodDescriptionfinal 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.Modifier and TypeMethodDescriptionfinal intCompares twoAddressinstances numerically.abstract voidPointer.putAddress(long offset, Address value) Writes a native memory address value at the given offset.final voidPuts aAddressvalue 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 TypeMethodDescriptionvoidAbstractMemoryIO.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