public class LongArray
extends com.sun.jna.PointerType
Constructor and Description |
---|
LongArray()
Default no-arg constructor required by JNA.
|
LongArray(long[] list)
Allocates JNA Memory and writes long values.
|
Modifier and Type | Method and Description |
---|---|
void |
update()
Reads (updated) JNA Memory and modifies values in list.
|
public LongArray()
public LongArray(long[] list)
list
- longspublic void update()
NativeProvider
that modify
ULONG values such as NativeProvider#C_FindObjects(NativeLong, LongArray, NativeLong, LongRef)
.
This is automatically done by the C
and CE
interfaces.