jnr.ffi.provider.converters
Class ByReferenceParameterConverter.Out
java.lang.Object
jnr.ffi.provider.converters.ByReferenceParameterConverter
jnr.ffi.provider.converters.ByReferenceParameterConverter.Out
- All Implemented Interfaces:
- ToNativeConverter<ByReference,Pointer>, ToNativeConverter.PostInvocation<ByReference,Pointer>
- Enclosing class:
- ByReferenceParameterConverter
public static final class ByReferenceParameterConverter.Out
- extends ByReferenceParameterConverter
- implements ToNativeConverter.PostInvocation<ByReference,Pointer>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByReferenceParameterConverter.Out
public ByReferenceParameterConverter.Out(int parameterFlags)
postInvoke
public void postInvoke(ByReference byReference,
Pointer pointer,
ToNativeContext context)
- Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<ByReference,Pointer>
Copyright © 2013. All Rights Reserved.