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[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pointer32ArrayParameterConverter.Out
public Pointer32ArrayParameterConverter.Out(Runtime runtime,
int parameterFlags)
postInvoke
public void postInvoke(Pointer[] pointers,
int[] primitive,
ToNativeContext context)
- Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<Pointer[],int[]>
Copyright © 2013. All Rights Reserved.