Class BoxedLong64ArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.BoxedLong64ArrayParameterConverter
jnr.ffi.provider.converters.BoxedLong64ArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<Long[],long[]>, ToNativeConverter.PostInvocation<Long[], long[]>
- Enclosing class:
BoxedLong64ArrayParameterConverter
public static final class BoxedLong64ArrayParameterConverter.Out
extends BoxedLong64ArrayParameterConverter
implements ToNativeConverter.PostInvocation<Long[],long[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class BoxedLong64ArrayParameterConverter
BoxedLong64ArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(Long[] array, long[] primitive, ToNativeContext context) Methods inherited from class BoxedLong64ArrayParameterConverter
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<Long[],long[]>
-