Uses of Class
jnr.ffi.NativeLong
Packages that use NativeLong
-
Uses of NativeLong in jnr.ffi
Methods 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
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
Methods 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)