Package 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[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class jnr.ffi.provider.converters.NativeLong64ArrayParameterConverter
NativeLong64ArrayParameterConverter.OutNested classes/interfaces inherited from interface jnr.ffi.mapper.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 jnr.ffi.provider.converters.NativeLong64ArrayParameterConverter
getInstance, nativeType, toNativeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
-
Method Details
-
postInvoke
- Specified by:
postInvokein interfaceToNativeConverter.PostInvocation<NativeLong[],long[]>
-