19#ifndef _COM_SUN_STAR_CONNECTION_XCONNECTION2_IDL_
20#define _COM_SUN_STAR_CONNECTION_XCONNECTION2_IDL_
29module
com { module sun { module star { module connection {
50 long readSomeBytes([out] sequence<
byte> aData, [in]
long nMaxBytesToRead)
51 raises(
com::sun::star::io::IOException);
XConnection2 extends the XConnection interface with available and readSomeBytes
Definition XConnection2.idl:39
long available()
Gives the number of bytes available via read without blocking.
A bidirectional bytestream.
Definition XConnection.idl:34
Definition Ambiguous.idl:22