public class PointerArray
extends com.sun.jna.Memory
void**).Pointer,
PointerByReference,
Function| Constructor and Description |
|---|
PointerArray(com.sun.jna.Pointer... arg)
Constructs a
Memory buffer PointerArray given the Pointers to include in it. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
int |
numElements()
Returns the number of array elements.
|
align, boundsCheck, clear, dispose, disposeAll, dump, finalize, free, getByte, getByteBuffer, getChar, getDouble, getFloat, getInt, getLong, getPointer, getShort, getString, getWideString, malloc, purge, read, read, read, read, read, read, read, setByte, setChar, setDouble, setFloat, setInt, setLong, setPointer, setShort, setString, setWideString, share, share, size, toString, valid, write, write, write, write, write, write, writeclear, createConstant, createConstant, dump, getByteArray, getCharArray, getDoubleArray, getFloatArray, getIntArray, getLongArray, getNativeLong, getPointerArray, getPointerArray, getShortArray, getString, getStringArray, getStringArray, getStringArray, getStringArray, getWideStringArray, getWideStringArray, indexOf, nativeValue, nativeValue, read, setMemory, setNativeLong, setString, setString, writepublic PointerArray(com.sun.jna.Pointer... arg)
Memory buffer PointerArray given the Pointers to include in it.arg - the pointers to include in the arraypublic int numElements()
public boolean equals(java.lang.Object o)
equals in class com.sun.jna.Pointerpublic int hashCode()
hashCode in class com.sun.jna.Pointer