com.kenai.jaffl.provider.jffi
Class AsmLibraryLoader.FromNativeProxy

java.lang.Object
  extended by com.kenai.jaffl.provider.jffi.AsmLibraryLoader.FromNativeProxy
All Implemented Interfaces:
FromNativeConverter
Enclosing class:
AsmLibraryLoader

public static final class AsmLibraryLoader.FromNativeProxy
extends java.lang.Object
implements FromNativeConverter


Constructor Summary
AsmLibraryLoader.FromNativeProxy(FromNativeConverter converter, FromNativeContext ctx)
           
 
Method Summary
 java.lang.Object fromNative(java.lang.Object value, FromNativeContext unused)
           
 java.lang.Class nativeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsmLibraryLoader.FromNativeProxy

public AsmLibraryLoader.FromNativeProxy(FromNativeConverter converter,
                                        FromNativeContext ctx)
Method Detail

fromNative

public java.lang.Object fromNative(java.lang.Object value,
                                   FromNativeContext unused)
Specified by:
fromNative in interface FromNativeConverter

nativeType

public java.lang.Class nativeType()
Specified by:
nativeType in interface FromNativeConverter