com.sun.jna
public class NativeLong extends IntegerType
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. | |