public class VectorBase extends Portable
swigCMemOwn
Modifier | Constructor and Description |
---|---|
protected |
VectorBase(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(VectorBase obj) |
int |
getElementSize() |
long |
getListSize() |
java.lang.String |
getMemoryBlock() |
boolean |
read(ConnectionReader connection) |
void |
resize(long size) |
boolean |
write(ConnectionWriter connection) |
copyPortable, getCPtr, getType
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
protected static long getCPtr(VectorBase obj)
public int getElementSize()
public long getListSize()
public java.lang.String getMemoryBlock()
public void resize(long size)
public boolean read(ConnectionReader connection)
public boolean write(ConnectionWriter connection)