19 #ifndef __com_sun_star_io_XInputStream_idl__ 20 #define __com_sun_star_io_XInputStream_idl__ 30 module
com { module sun { module star { module io {
75 long readBytes( [out] sequence<byte> aData,
76 [in]
long nBytesToRead )
97 long readSomeBytes( [out] sequence<byte> aData,
98 [in]
long nMaxBytesToRead )
111 void skipBytes( [in]
long nBytesToSkip )
is thrown when an input or output error has occurred.
Definition: IOException.idl:30
is thrown when a read/write operation is tried on an instance that has not been chained properly.
Definition: NotConnectedException.idl:31
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:47
is thrown by instances which need to buffer data.
Definition: BufferSizeExceededException.idl:35