jnr.ffi.provider.converters
Class ByReferenceParameterConverter.Out

java.lang.Object
  extended by jnr.ffi.provider.converters.ByReferenceParameterConverter
      extended by 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>


Nested Class Summary
 
Nested classes/interfaces inherited from class jnr.ffi.provider.converters.ByReferenceParameterConverter
ByReferenceParameterConverter.Out
 
Nested classes/interfaces inherited from interface jnr.ffi.mapper.ToNativeConverter
ToNativeConverter.Cacheable, ToNativeConverter.NoContext, ToNativeConverter.PostInvocation<J,N>
 
Constructor Summary
ByReferenceParameterConverter.Out(int parameterFlags)
           
 
Method Summary
 void postInvoke(ByReference byReference, Pointer pointer, ToNativeContext context)
           
 
Methods inherited from class jnr.ffi.provider.converters.ByReferenceParameterConverter
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 Detail

ByReferenceParameterConverter.Out

public ByReferenceParameterConverter.Out(int parameterFlags)
Method Detail

postInvoke

public void postInvoke(ByReference byReference,
                       Pointer pointer,
                       ToNativeContext context)
Specified by:
postInvoke in interface ToNativeConverter.PostInvocation<ByReference,Pointer>


Copyright © 2013. All Rights Reserved.