Class StructArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.StructArrayParameterConverter
jnr.ffi.provider.converters.StructArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<Struct[],Pointer>, ToNativeConverter.PostInvocation<Struct[], Pointer>
- Enclosing class:
StructArrayParameterConverter
public static final class StructArrayParameterConverter.Out
extends StructArrayParameterConverter
implements ToNativeConverter.PostInvocation<Struct[],Pointer>
-
Nested Class Summary
Nested classes/interfaces inherited from class StructArrayParameterConverter
StructArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Field Summary
Fields inherited from class StructArrayParameterConverter
parameterFlags, runtime -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(Struct[] structs, Pointer primitive, ToNativeContext context) Methods inherited from class StructArrayParameterConverter
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<Struct[],Pointer>
-