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