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

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

public static final class AsmLibraryLoader.IntToLong
extends java.lang.Object
implements FromNativeConverter, ToNativeConverter


Constructor Summary
AsmLibraryLoader.IntToLong()
           
 
Method Summary
 java.lang.Object fromNative(java.lang.Object nativeValue, FromNativeContext context)
           
 java.lang.Class nativeType()
           
 java.lang.Object toNative(java.lang.Object value, ToNativeContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsmLibraryLoader.IntToLong

public AsmLibraryLoader.IntToLong()
Method Detail

fromNative

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

toNative

public java.lang.Object toNative(java.lang.Object value,
                                 ToNativeContext context)
Specified by:
toNative in interface ToNativeConverter

nativeType

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