Package it.unich.jgmp.nativelib
Class NativeUnsignedLong
- java.lang.Object
-
- java.lang.Number
-
- com.sun.jna.IntegerType
-
- it.unich.jgmp.nativelib.NativeUnsignedLong
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
,java.io.Serializable
public class NativeUnsignedLong extends com.sun.jna.IntegerType
The native unsigned long data type, which may be a 32 or 64 bit integer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NativeUnsignedLong()
Create a nativeunsigned long
with value 0NativeUnsignedLong(long value)
Create a nativeunsigned long
with the specifiedvalue
.
-