Uses of Class
jnr.ffi.Address
Packages that use Address
-
Uses of Address in jnr.ffi
Modifier and TypeClassDescriptionfinal classTheAddressclass wraps a native address in an object.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
Subclasses with type arguments of type Address in jnr.ffi.byrefModifier and TypeClassDescriptionfinal classAddressByReference is used when the address of a primitive pointer value must be passed as a parameter to a function.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