jnr.ffi.provider.converters
Class NativeLongConverter
java.lang.Object
jnr.ffi.mapper.AbstractDataConverter<NativeLong,Long>
jnr.ffi.provider.converters.NativeLongConverter
- All Implemented Interfaces:
- DataConverter<NativeLong,Long>, FromNativeConverter<NativeLong,Long>, ToNativeConverter<NativeLong,Long>
public final class NativeLongConverter
- extends AbstractDataConverter<NativeLong,Long>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeLongConverter
public NativeLongConverter()
getInstance
public static DataConverter<NativeLong,Long> getInstance()
nativeType
public Class<Long> nativeType()
toNative
public Long toNative(NativeLong value,
ToNativeContext toNativeContext)
fromNative
public NativeLong fromNative(Long value,
FromNativeContext fromNativeContext)
Copyright © 2013. All Rights Reserved.