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