Package jnr.ffi.provider.converters
Class Pointer64ArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.Pointer64ArrayParameterConverter
jnr.ffi.provider.converters.Pointer64ArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<Pointer[],,long[]> ToNativeConverter.PostInvocation<Pointer[],long[]>
- Enclosing class:
- Pointer64ArrayParameterConverter
public static final class Pointer64ArrayParameterConverter.Out
extends Pointer64ArrayParameterConverter
implements ToNativeConverter.PostInvocation<Pointer[],long[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class jnr.ffi.provider.converters.Pointer64ArrayParameterConverter
Pointer64ArrayParameterConverter.OutNested 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.Pointer64ArrayParameterConverter
parameterFlags, runtime -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(Pointer[] pointers, long[] primitive, ToNativeContext context) Methods inherited from class jnr.ffi.provider.converters.Pointer64ArrayParameterConverter
getInstance, nativeType, toNativeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
-
Method Details
-
postInvoke
- Specified by:
postInvokein interfaceToNativeConverter.PostInvocation<Pointer[],long[]>
-