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 NativeLong
NativeLong.valueOf
(int value) Returns a NativeLong instance representing the specified int valuestatic NativeLong
NativeLong.valueOf
(long value) Returns a NativeLong instance representing the specified long valueMethods in jnr.ffi with parameters of type NativeLongModifier and TypeMethodDescriptionfinal int
NativeLong.compareTo
(NativeLong other) Compares twoNativeLong
instances 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 TypeMethodDescriptionvoid
NativeLong32ArrayParameterConverter.Out.postInvoke
(NativeLong[] array, int[] primitive, ToNativeContext context) void
NativeLong64ArrayParameterConverter.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)