com.sun.jna
public abstract class IntegerType extends Number implements NativeMapped
long on unix-based platforms).
| Constructor Summary | |
|---|---|
| IntegerType(int size) Create a zero-valued IntegerType. | |
| IntegerType(int size, long value) Create a IntegerType with the given value. | |
| Method Summary | |
|---|---|
| double | doubleValue() |
| boolean | equals(Object rhs) |
| float | floatValue() |
| Object | fromNative(Object nativeValue, FromNativeContext context) |
| int | hashCode() |
| int | intValue() |
| long | longValue() |
| Class | nativeType() |
| void | setValue(long value) Change the value for this data. |
| Object | toNative() |
| String | toString() |