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