Uses of Class
jnr.ffi.NativeLong
Packages that use NativeLong
-
Uses of NativeLong in jnr.ffi
Classes in jnr.ffi that implement interfaces with type arguments of type NativeLongMethods in jnr.ffi that return NativeLongModifier and TypeMethodDescriptionstatic NativeLongNativeLong.valueOf(int value) Returns a NativeLong instance representing the specified int valuestatic NativeLongNativeLong.valueOf(long value) Returns a NativeLong instance representing the specified long valueMethods in jnr.ffi with parameters of type NativeLongModifier and TypeMethodDescriptionfinal intNativeLong.compareTo(NativeLong other) Compares twoNativeLonginstances numerically. -
Uses of NativeLong in jnr.ffi.byref
Subclasses with type arguments of type NativeLong in jnr.ffi.byrefModifier and TypeClassDescriptionfinal classNativeLongByReference is used when the address of a primitive C long must be passed as a parameter to a function.Constructors in jnr.ffi.byref with parameters of type NativeLongModifierConstructorDescriptionNativeLongByReference(NativeLong value) Creates a new reference to a native long value -
Uses of NativeLong in jnr.ffi.provider.converters
Subclasses with type arguments of type NativeLong in jnr.ffi.provider.convertersModifier and TypeClassDescriptionfinal classParameter and return type support for the old NativeLong typeMethods in jnr.ffi.provider.converters that return NativeLongModifier and TypeMethodDescriptionNativeLongConverter.fromNative(Long value, FromNativeContext fromNativeContext) Methods in jnr.ffi.provider.converters that return types with arguments of type NativeLongModifier and TypeMethodDescriptionstatic DataConverter<NativeLong, Long> NativeLongConverter.getInstance()Methods in jnr.ffi.provider.converters with parameters of type NativeLongModifier and TypeMethodDescriptionvoidNativeLong32ArrayParameterConverter.Out.postInvoke(NativeLong[] array, int[] primitive, ToNativeContext context) voidNativeLong64ArrayParameterConverter.Out.postInvoke(NativeLong[] array, long[] primitive, ToNativeContext context) int[]NativeLong32ArrayParameterConverter.toNative(NativeLong[] array, ToNativeContext context) long[]NativeLong64ArrayParameterConverter.toNative(NativeLong[] array, ToNativeContext context) NativeLongConverter.toNative(NativeLong value, ToNativeContext toNativeContext)