yarp
Class DummyConnector

java.lang.Object
  extended by yarp.DummyConnector

public class DummyConnector
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
DummyConnector()
           
DummyConnector(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
 ConnectionWriter getCleanWriter()
           
static long getCPtr(DummyConnector obj)
           
 ConnectionReader getReader()
           
 ConnectionWriter getWriter()
           
 void reset()
           
 void setTextMode(boolean textmode)
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

DummyConnector

public DummyConnector(long cPtr,
                      boolean cMemoryOwn)

DummyConnector

public DummyConnector()
Method Detail

getCPtr

public static long getCPtr(DummyConnector obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setTextMode

public void setTextMode(boolean textmode)

getCleanWriter

public ConnectionWriter getCleanWriter()

getWriter

public ConnectionWriter getWriter()

getReader

public ConnectionReader getReader()

reset

public void reset()