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