Uses of Class
jnr.ffi.NativeLong

Packages that use NativeLong
jnr.ffi   
jnr.ffi.byref   
jnr.ffi.provider.jffi   
 

Uses of NativeLong in jnr.ffi
 

Methods in jnr.ffi that return NativeLong
static NativeLong NativeLong.valueOf(int value)
          Returns a NativeLong instance representing the specified int value
static NativeLong NativeLong.valueOf(long value)
          Returns a NativeLong instance representing the specified long value
 

Methods in jnr.ffi with parameters of type NativeLong
 int NativeLong.compareTo(NativeLong other)
          Compares two NativeLong instances numerically.
 

Uses of NativeLong in jnr.ffi.byref
 

Constructors in jnr.ffi.byref with parameters of type NativeLong
NativeLongByReference(NativeLong value)
          Creates a new reference to a native long value
 

Uses of NativeLong in jnr.ffi.provider.jffi
 

Methods in jnr.ffi.provider.jffi that return NativeLong
 NativeLong NativeLong32Converter.fromNative(Integer nativeValue, FromNativeContext context)
           
 

Methods in jnr.ffi.provider.jffi with parameters of type NativeLong
 Integer NativeLong32Converter.toNative(NativeLong value, ToNativeContext context)
           
 



Copyright © 2012. All Rights Reserved.