Package jnr.ffi.provider.converters
Class Pointer32ArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.Pointer32ArrayParameterConverter
jnr.ffi.provider.converters.Pointer32ArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<Pointer[],
,int[]> ToNativeConverter.PostInvocation<Pointer[],
int[]>
- Enclosing class:
Pointer32ArrayParameterConverter
public static final class Pointer32ArrayParameterConverter.Out
extends Pointer32ArrayParameterConverter
implements ToNativeConverter.PostInvocation<Pointer[],int[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class jnr.ffi.provider.converters.Pointer32ArrayParameterConverter
Pointer32ArrayParameterConverter.Out
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,
N>, ToNativeConverter.ToNative -
Field Summary
Fields inherited from class jnr.ffi.provider.converters.Pointer32ArrayParameterConverter
parameterFlags, runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postInvoke
(Pointer[] pointers, int[] primitive, ToNativeContext context) Methods inherited from class jnr.ffi.provider.converters.Pointer32ArrayParameterConverter
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
-
-
Method Details
-
postInvoke
- Specified by:
postInvoke
in interfaceToNativeConverter.PostInvocation<Pointer[],
int[]>
-