jnr.ffi.provider.converters
Class BoxedDoubleArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.BoxedDoubleArrayParameterConverter
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[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postInvoke
public void postInvoke(Double[] array,
double[] primitive,
ToNativeContext context)
- Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<Double[],double[]>
Copyright © 2013. All Rights Reserved.