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 Object
implements FromNativeConverter, ToNativeConverter


Constructor Summary
AsmLibraryLoader.IntToLong()
           
 
Method Summary
 Object fromNative(Object nativeValue, FromNativeContext context)
           
 Class nativeType()
           
 Object toNative(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 Object fromNative(Object nativeValue,
                         FromNativeContext context)
Specified by:
fromNative in interface FromNativeConverter

toNative

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

nativeType

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


Copyright © 2011. All Rights Reserved.