Package jnr.ffi.provider.converters
Class CharSequenceArrayParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.CharSequenceArrayParameterConverter
jnr.ffi.provider.converters.CharSequenceArrayParameterConverter.Out
- All Implemented Interfaces:
ToNativeConverter<CharSequence[],
,Pointer> ToNativeConverter.PostInvocation<CharSequence[],
Pointer>
- Enclosing class:
CharSequenceArrayParameterConverter
public static final class CharSequenceArrayParameterConverter.Out
extends CharSequenceArrayParameterConverter
implements ToNativeConverter.PostInvocation<CharSequence[],Pointer>
-
Nested Class Summary
Nested classes/interfaces inherited from class jnr.ffi.provider.converters.CharSequenceArrayParameterConverter
CharSequenceArrayParameterConverter.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
(CharSequence[] array, Pointer primitive, ToNativeContext context) Methods inherited from class jnr.ffi.provider.converters.CharSequenceArrayParameterConverter
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(Runtime runtime, int parameterFlags)
-
-
Method Details
-
postInvoke
- Specified by:
postInvoke
in interfaceToNativeConverter.PostInvocation<CharSequence[],
Pointer>
-