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[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class BoxedDoubleArrayParameterConverter
BoxedDoubleArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(Double[] array, double[] primitive, ToNativeContext context) Methods inherited from class BoxedDoubleArrayParameterConverter
getInstance, nativeType, toNativeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ToNativeConverter
nativeType, toNative
-
Method Details
-
postInvoke
- Specified by:
postInvokein interfaceToNativeConverter.PostInvocation<Double[],double[]>
-