jnr.ffi.provider.converters
Class StructArrayParameterConverter.Out

java.lang.Object
  extended by jnr.ffi.provider.converters.StructArrayParameterConverter
      extended by 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 jnr.ffi.provider.converters.StructArrayParameterConverter
StructArrayParameterConverter.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.StructArrayParameterConverter
parameterFlags, runtime
 
Method Summary
 void postInvoke(Struct[] structs, Pointer primitive, ToNativeContext context)
           
 
Methods inherited from class jnr.ffi.provider.converters.StructArrayParameterConverter
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(Struct[] structs,
                       Pointer primitive,
                       ToNativeContext context)
Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<Struct[],Pointer>


Copyright © 2013. All Rights Reserved.