Class BoxedLong32ArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.BoxedLong32ArrayParameterConverter
jnr.ffi.provider.converters.BoxedLong32ArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<Long[],int[]>, ToNativeConverter.PostInvocation<Long[], int[]>
- Enclosing class:
BoxedLong32ArrayParameterConverter
public static final class BoxedLong32ArrayParameterConverter.Out
extends BoxedLong32ArrayParameterConverter
implements ToNativeConverter.PostInvocation<Long[],int[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class BoxedLong32ArrayParameterConverter
BoxedLong32ArrayParameterConverter.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 BoxedLong32ArrayParameterConverter
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[]>
-