public class ConnectionReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
protected |
ConnectionReader(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
boolean |
convertTextMode() |
static ConnectionReader |
createConnectionReader(SWIGTYPE_p_yarp__os__InputStream is) |
void |
delete() |
boolean |
expectBlock(java.lang.String data,
long len) |
double |
expectDouble() |
int |
expectInt() |
SWIGTYPE_p_YARP_INT64 |
expectInt64() |
java.lang.String |
expectText() |
java.lang.String |
expectText(int terminatingChar) |
protected void |
finalize() |
SWIGTYPE_p_Searchable |
getConnectionModifiers() |
protected static long |
getCPtr(ConnectionReader obj) |
Contact |
getLocalContact() |
Portable |
getReference() |
Contact |
getRemoteContact() |
long |
getSize() |
ConnectionWriter |
getWriter() |
boolean |
isActive() |
boolean |
isBareMode() |
boolean |
isError() |
boolean |
isTextMode() |
boolean |
isValid() |
boolean |
pushInt(int x) |
SWIGTYPE_p_Bytes |
readEnvelope() |
static boolean |
readFromStream(PortReader portable,
SWIGTYPE_p_yarp__os__InputStream is) |
void |
requestDrop() |
boolean |
setSize(long len) |
protected static long getCPtr(ConnectionReader obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public boolean expectBlock(java.lang.String data, long len)
public java.lang.String expectText(int terminatingChar)
public java.lang.String expectText()
public int expectInt()
public SWIGTYPE_p_YARP_INT64 expectInt64()
public double expectDouble()
public boolean isTextMode()
public boolean isBareMode()
public boolean convertTextMode()
public long getSize()
public ConnectionWriter getWriter()
public SWIGTYPE_p_Bytes readEnvelope()
public Portable getReference()
public Contact getRemoteContact()
public Contact getLocalContact()
public boolean isValid()
public boolean isActive()
public boolean isError()
public void requestDrop()
public SWIGTYPE_p_Searchable getConnectionModifiers()
public boolean pushInt(int x)
public boolean setSize(long len)
public static ConnectionReader createConnectionReader(SWIGTYPE_p_yarp__os__InputStream is)
public static boolean readFromStream(PortReader portable, SWIGTYPE_p_yarp__os__InputStream is)