jnr.ffi.provider.converters
Class BoxedBooleanArrayParameterConverter.Out

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

public static final class BoxedBooleanArrayParameterConverter.Out
extends BoxedBooleanArrayParameterConverter
implements ToNativeConverter.PostInvocation<Boolean[],boolean[]>


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


Copyright © 2013. All Rights Reserved.