yarp
Class ConnectionReader
java.lang.Object
yarp.ConnectionReader
public class ConnectionReader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
ConnectionReader
public ConnectionReader(long cPtr,
boolean cMemoryOwn)
getCPtr
public static long getCPtr(ConnectionReader obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
expectBlock
public boolean expectBlock(java.lang.String data,
long len)
expectText
public java.lang.String expectText(int terminatingChar)
expectText
public java.lang.String expectText()
expectInt
public int expectInt()
expectInt64
public SWIGTYPE_p_YARP_INT64 expectInt64()
expectDouble
public double expectDouble()
isTextMode
public boolean isTextMode()
isBareMode
public boolean isBareMode()
convertTextMode
public boolean convertTextMode()
getSize
public long getSize()
getWriter
public ConnectionWriter getWriter()
readEnvelope
public SWIGTYPE_p_Bytes readEnvelope()
getReference
public Portable getReference()
getRemoteContact
public Contact getRemoteContact()
getLocalContact
public Contact getLocalContact()
isValid
public boolean isValid()
isActive
public boolean isActive()
isError
public boolean isError()
requestDrop
public void requestDrop()
getConnectionModifiers
public SWIGTYPE_p_Searchable getConnectionModifiers()
pushInt
public boolean pushInt(int x)
setSize
public boolean setSize(long len)
createConnectionReader
public static ConnectionReader createConnectionReader(SWIGTYPE_p_yarp__os__InputStream is)
readFromStream
public static boolean readFromStream(PortReader portable,
SWIGTYPE_p_yarp__os__InputStream is)