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[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class NativeLong64ArrayParameterConverter
NativeLong64ArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(NativeLong[] array, long[] primitive, ToNativeContext context) Methods inherited from class NativeLong64ArrayParameterConverter
getInstance, nativeType, toNativeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ToNativeConverter
nativeType, toNative
-
Method Details
-
postInvoke
- Specified by:
postInvokein interfaceToNativeConverter.PostInvocation<NativeLong[], long[]>
-