jnr.ffi.provider.converters
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postInvoke
public void postInvoke(Struct[] structs,
Pointer primitive,
ToNativeContext context)
- Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<Struct[],Pointer>
Copyright © 2013. All Rights Reserved.