21module
com { module sun { module star { module connection {
42 long readSomeBytes([out] sequence<
byte> aData, [in]
long nMaxBytesToRead)
43 raises(
com::sun::star::io::IOException);
XConnection2 extends the XConnection interface with available and readSomeBytes
Definition XConnection2.idl:31
long available()
Gives the number of bytes available via read without blocking.
A bidirectional bytestream.
Definition XConnection.idl:30
Definition Ambiguous.idl:20