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.Out
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,
N>, ToNativeConverter.ToNative -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postInvoke
(NativeLong[] array, long[] primitive, ToNativeContext context) Methods inherited from class jnr.ffi.provider.converters.NativeLong64ArrayParameterConverter
getInstance, nativeType, toNative
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
-
Constructor Details
-
Out
Out(int parameterFlags)
-
-
Method Details
-
postInvoke
- Specified by:
postInvoke
in interfaceToNativeConverter.PostInvocation<NativeLong[],
long[]>
-