21module 
com {  module sun {  module star {  module connection {
 
   50    long read( [out] sequence < byte > aReadBytes , [in] 
long nBytesToRead )
 
   59    void write( [in] sequence < byte > aData )
 
 
is thrown when an input or output error has occurred.
Definition IOException.idl:27
A bidirectional bytestream.
Definition XConnection.idl:30
void close()
Immediately terminates any ongoing read or write calls.
long read([out] sequence< byte > aReadBytes, [in] long nBytesToRead)
reads a requested number of bytes from the connection.
string getDescription()
A unique string describing the connection.
void flush()
Empties all internal buffers.
void write([in] sequence< byte > aData)
writes the given bytesequence to the stream.
base interface of all UNO interfaces
Definition XInterface.idl:46
General input/output interfaces.
Definition AlreadyConnectedException.idl:22
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20