jnr.ffi.provider.converters
Class NativeLong64ArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.NativeLong64ArrayParameterConverter
jnr.ffi.provider.converters.NativeLong64ArrayParameterConverter.Out
- All Implemented Interfaces:
- ToNativeConverter<NativeLong[],long[]>, ToNativeConverter.PostInvocation<NativeLong[],long[]>
- Enclosing class:
- NativeLong64ArrayParameterConverter
public static final class NativeLong64ArrayParameterConverter.Out
- extends NativeLong64ArrayParameterConverter
- implements ToNativeConverter.PostInvocation<NativeLong[],long[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postInvoke
public void postInvoke(NativeLong[] array,
long[] primitive,
ToNativeContext context)
- Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<NativeLong[],long[]>
Copyright © 2013. All Rights Reserved.