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[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postInvoke
public void postInvoke(Integer[] array,
int[] primitive,
ToNativeContext context)
- Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<Integer[],int[]>
Copyright © 2013. All Rights Reserved.