Class NativeLong32ArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.NativeLong32ArrayParameterConverter
jnr.ffi.provider.converters.NativeLong32ArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<NativeLong[], int[]>, ToNativeConverter.PostInvocation<NativeLong[], int[]>
- Enclosing class:
NativeLong32ArrayParameterConverter
public static final class NativeLong32ArrayParameterConverter.Out
extends NativeLong32ArrayParameterConverter
implements ToNativeConverter.PostInvocation<NativeLong[], int[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class NativeLong32ArrayParameterConverter
NativeLong32ArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(NativeLong[] array, int[] primitive, ToNativeContext context) Methods inherited from class NativeLong32ArrayParameterConverter
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<NativeLong[], int[]>
-