Class Long32ArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.Long32ArrayParameterConverter
jnr.ffi.provider.converters.Long32ArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<long[],int[]>, ToNativeConverter.PostInvocation<long[], int[]>
- Enclosing class:
Long32ArrayParameterConverter
public static final class Long32ArrayParameterConverter.Out
extends Long32ArrayParameterConverter
implements ToNativeConverter.PostInvocation<long[],int[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class Long32ArrayParameterConverter
Long32ArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(long[] array, int[] primitive, ToNativeContext context) Methods inherited from class Long32ArrayParameterConverter
getInstance, nativeType, toNativeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ToNativeConverter
nativeType, toNative
-
Method Details
-
postInvoke
- Specified by:
postInvokein interfaceToNativeConverter.PostInvocation<long[],int[]>
-