public class NativeSize
extends com.sun.jna.IntegerType
Modifier and Type | Field and Description |
---|---|
static int |
SIZE
Size of a size_t integer, in bytes.
|
Constructor and Description |
---|
NativeSize()
Create a zero-valued Size.
|
NativeSize(long value)
Create a Size with the given value.
|