jnr.ffi.provider.converters
Class BoxedDoubleArrayParameterConverter.Out

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

public static final class BoxedDoubleArrayParameterConverter.Out
extends BoxedDoubleArrayParameterConverter
implements ToNativeConverter.PostInvocation<Double[],double[]>


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


Copyright © 2013. All Rights Reserved.