jnr.ffi.provider.converters
Class Pointer64ArrayParameterConverter.Out

java.lang.Object
  extended by jnr.ffi.provider.converters.Pointer64ArrayParameterConverter
      extended by 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.Out
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>
 
Field Summary
 
Fields inherited from class jnr.ffi.provider.converters.Pointer64ArrayParameterConverter
parameterFlags, runtime
 
Method Summary
 void postInvoke(Pointer[] pointers, long[] primitive, ToNativeContext context)
           
 
Methods inherited from class jnr.ffi.provider.converters.Pointer64ArrayParameterConverter
getInstance, nativeType, toNative
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
 

Method Detail

postInvoke

public void postInvoke(Pointer[] pointers,
                       long[] primitive,
                       ToNativeContext context)
Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<Pointer[],long[]>


Copyright © 2013. All Rights Reserved.