jnr.ffi.provider.converters
Class BoxedFloatArrayParameterConverter.Out

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

public static final class BoxedFloatArrayParameterConverter.Out
extends BoxedFloatArrayParameterConverter
implements ToNativeConverter.PostInvocation<Float[],float[]>


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


Copyright © 2013. All Rights Reserved.