Uses of Interface
jnr.ffi.byref.ByReference
Packages that use ByReference
-
Uses of ByReference in jnr.ffi.byref
Classes in jnr.ffi.byref that implement ByReferenceModifier and TypeClassDescriptionclassAbstractNumberReference<T extends Number>An abstract class for common PrimitiveReference functionalityclassAn abstract class for common PrimitiveReference functionalityfinal classAddressByReference is used when the address of a primitive pointer value must be passed as a parameter to a function.final classByteByReference is used when the address of a primitive byte value must be passed as a parameter to a function.final classfinal classfinal classIntByReference is used when the address of a primitive int must be passed as a parameter to a function.final classLongLongByReference is used when the address of a native long long value must be passed as a parameter to a function.final classNativeLongByReference is used when the address of a primitive C long must be passed as a parameter to a function.classNumberByReference is used when the address of a primitive integral value must be passed as a parameter to a function, but the exact type is system dependent.final classAddressByReference is used when the address of a pointer must be passed as a parameter to a function.final classShortByReference is used when the address of a primitive short value must be passed as a parameter to a function. -
Uses of ByReference in jnr.ffi.provider.converters
Methods in jnr.ffi.provider.converters that return types with arguments of type ByReferenceModifier and TypeMethodDescriptionstatic ToNativeConverter<ByReference,Pointer> ByReferenceParameterConverter.getInstance(ToNativeContext toNativeContext) Methods in jnr.ffi.provider.converters with parameters of type ByReferenceModifier and TypeMethodDescriptionvoidByReferenceParameterConverter.Out.postInvoke(ByReference byReference, Pointer pointer, ToNativeContext context) ByReferenceParameterConverter.toNative(ByReference value, ToNativeContext context)