Package com.sun.jna
Class NativeLong
- java.lang.Object
- 
- java.lang.Number
- 
- com.sun.jna.IntegerType
- 
- com.sun.jna.NativeLong
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped,- java.io.Serializable
 - Direct Known Subclasses:
- CoreFoundation.CFIndex,- CoreFoundation.CFTypeID,- WinNT.HRESULT,- X11.VisualID,- X11.XID
 
 public class NativeLong extends IntegerType Represents thelongC data type, which may be 32 or 64 bits on *nix-based systems.- Author:
- wmeissner@gmail.com
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intSIZESize of a native long, in bytes.
 - 
Constructor SummaryConstructors Constructor Description NativeLong()Create a zero-valued NativeLong.NativeLong(long value)Create a NativeLong with the given value.NativeLong(long value, boolean unsigned)Create a NativeLong with the given value, optionally unsigned.
 - 
Method Summary- 
Methods inherited from class com.sun.jna.IntegerTypecompare, compare, compare, doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString
 
- 
 
-