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