jnr.ffi.provider.converters
Class BoxedByteArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.BoxedByteArrayParameterConverter
jnr.ffi.provider.converters.BoxedByteArrayParameterConverter.Out
- All Implemented Interfaces:
- ToNativeConverter<Byte[],byte[]>, ToNativeConverter.PostInvocation<Byte[],byte[]>
- Enclosing class:
- BoxedByteArrayParameterConverter
public static final class BoxedByteArrayParameterConverter.Out
- extends BoxedByteArrayParameterConverter
- implements ToNativeConverter.PostInvocation<Byte[],byte[]>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
postInvoke
public void postInvoke(Byte[] array,
byte[] primitive,
ToNativeContext context)
- Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<Byte[],byte[]>
Copyright © 2013. All Rights Reserved.