Uses of Class
jnr.ffi.NativeLong
-
Packages that use NativeLong Package Description jnr.ffi jnr.ffi.byref jnr.ffi.provider.converters -
-
Uses of NativeLong in jnr.ffi
Methods in jnr.ffi that return NativeLong Modifier and Type Method Description static 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 NativeLong Modifier and Type Method Description intNativeLong. compareTo(NativeLong other)Compares twoNativeLonginstances numerically. -
Uses of NativeLong in jnr.ffi.byref
Constructors in jnr.ffi.byref with parameters of type NativeLong Constructor Description NativeLongByReference(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 NativeLong Modifier and Type Method Description NativeLongNativeLongConverter. fromNative(Long value, FromNativeContext fromNativeContext)Methods in jnr.ffi.provider.converters that return types with arguments of type NativeLong Modifier and Type Method Description static DataConverter<NativeLong,Long>NativeLongConverter. getInstance()Methods in jnr.ffi.provider.converters with parameters of type NativeLong Modifier and Type Method Description voidNativeLong32ArrayParameterConverter.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)LongNativeLongConverter. toNative(NativeLong value, ToNativeContext toNativeContext)
-