| Package | Description |
|---|---|
| jnr.ffi | |
| jnr.ffi.byref |
| Modifier and Type | Method and Description |
|---|---|
static NativeLong |
NativeLong.valueOf(int value)
Returns a NativeLong instance representing the specified int value
|
static NativeLong |
NativeLong.valueOf(long value)
Returns a NativeLong instance representing the specified long value
|
| Modifier and Type | Method and Description |
|---|---|
int |
NativeLong.compareTo(NativeLong other)
Compares two
NativeLong instances numerically. |
| Constructor and Description |
|---|
NativeLongByReference(NativeLong value)
Creates a new reference to a native long value
|
Copyright © 2013. All rights reserved.