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 )
66 raises(
com::sun::star::io::IOException );
72 raises(
com::sun::star::io::IOException );
81 string getDescription();
is thrown when an input or output error has occurred.
Definition IOException.idl:27
A bidirectional bytestream.
Definition XConnection.idl:30
long read([out] sequence< byte > aReadBytes, [in] long nBytesToRead)
reads a requested number of bytes from 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 generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20