Package 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[]>
-
Nested Class Summary
Nested classes/interfaces inherited from class jnr.ffi.provider.converters.BoxedByteArrayParameterConverter
BoxedByteArrayParameterConverter.Out
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,
N>, ToNativeConverter.ToNative -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
postInvoke
(Byte[] array, byte[] primitive, ToNativeContext context) Methods inherited from class jnr.ffi.provider.converters.BoxedByteArrayParameterConverter
getInstance, nativeType, toNative
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jnr.ffi.mapper.ToNativeConverter
nativeType, toNative
-
Constructor Details
-
Out
Out(int parameterFlags)
-
-
Method Details
-
postInvoke
- Specified by:
postInvoke
in interfaceToNativeConverter.PostInvocation<Byte[],
byte[]>
-