com.kenai.jaffl.provider.jffi
Class AsmLibraryLoader.IntToLong
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmLibraryLoader.IntToLong
public AsmLibraryLoader.IntToLong()
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.