yarp
Class VectorBase

java.lang.Object
  extended by yarp.PortReader
      extended by yarp.Portable
          extended by yarp.VectorBase

public class VectorBase
extends Portable


Field Summary
 
Fields inherited from class yarp.PortReader
swigCMemOwn
 
Constructor Summary
VectorBase(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
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)
           
 
Methods inherited from class yarp.Portable
copyPortable, getCPtr, getType
 
Methods inherited from class yarp.PortReader
getCPtr, getReadType, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorBase

public VectorBase(long cPtr,
                  boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(VectorBase obj)

finalize

protected void finalize()
Overrides:
finalize in class Portable

delete

public void delete()
Overrides:
delete in class Portable

getElementSize

public int getElementSize()

getListSize

public long getListSize()

getMemoryBlock

public java.lang.String getMemoryBlock()

resize

public void resize(long size)

read

public boolean read(ConnectionReader connection)
Overrides:
read in class Portable

write

public boolean write(ConnectionWriter connection)
Overrides:
write in class Portable