jnr.ffi.provider.converters
Class StringArrayParameterConverter.Out

java.lang.Object
  extended by jnr.ffi.provider.converters.StringArrayParameterConverter
      extended by jnr.ffi.provider.converters.StringArrayParameterConverter.Out
All Implemented Interfaces:
ToNativeConverter<String[],Pointer>, ToNativeConverter.PostInvocation<String[],Pointer>
Enclosing class:
StringArrayParameterConverter

public static final class StringArrayParameterConverter.Out
extends StringArrayParameterConverter
implements ToNativeConverter.PostInvocation<String[],Pointer>


Nested Class Summary
 
Nested classes/interfaces inherited from class jnr.ffi.provider.converters.StringArrayParameterConverter
StringArrayParameterConverter.Out
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>
 
Method Summary
 void postInvoke(String[] array, Pointer primitive, ToNativeContext context)
           
 
Methods inherited from class jnr.ffi.provider.converters.StringArrayParameterConverter
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(String[] array,
                       Pointer primitive,
                       ToNativeContext context)
Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<String[],Pointer>


Copyright © 2013. All Rights Reserved.