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 Pointer32ArrayParameterConverter
Pointer32ArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Field Summary
Fields inherited from class Pointer32ArrayParameterConverter
parameterFlags, runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(Pointer[] pointers, int[] primitive, ToNativeContext context) Methods inherited from class Pointer32ArrayParameterConverter
getInstance, nativeType, toNativeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ToNativeConverter
nativeType, toNative
-
Constructor Details
-
Out
-
-
Method Details
-
postInvoke
- Specified by:
postInvokein interfaceToNativeConverter.PostInvocation<Pointer[], int[]>
-