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