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[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class BoxedByteArrayParameterConverter
BoxedByteArrayParameterConverter.OutNested classes/interfaces inherited from interface ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>, ToNativeConverter.ToNative -
Method Summary
Modifier and TypeMethodDescriptionvoidpostInvoke(Byte[] array, byte[] primitive, ToNativeContext context) Methods inherited from class BoxedByteArrayParameterConverter
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<Byte[],byte[]>
-