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