| 
JNA API> 3.2.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Number
com.sun.jna.IntegerType
com.sun.jna.NativeLong
public class NativeLong
Represents the long C data type, which may be 32 or 64 bits
 on *nix-based systems.
| Field Summary | |
|---|---|
static int | 
SIZE
Size of a native long, in bytes.  | 
| Constructor Summary | |
|---|---|
NativeLong()
Create a zero-valued NativeLong.  | 
|
NativeLong(long value)
Create a NativeLong with the given value.  | 
|
| Method Summary | 
|---|
| Methods inherited from class com.sun.jna.IntegerType | 
|---|
doubleValue, equals, floatValue, fromNative, hashCode, intValue, longValue, nativeType, setValue, toNative, toString | 
| Methods inherited from class java.lang.Number | 
|---|
byteValue, shortValue | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int SIZE
| Constructor Detail | 
|---|
public NativeLong()
public NativeLong(long value)
  | 
JNA API> 3.2.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||