Lines Matching refs:io
43 : public ::cppu::WeakImplHelper1< io::XInputStream >
58 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti…
61 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti…
64 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti…
66 throw (io::NotConnectedException, io::IOException, RuntimeException);
68 throw (io::NotConnectedException, io::IOException, RuntimeException);
73 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti… in readBytes()
87 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti… in readSomeBytes()
94 …throw (io::NotConnectedException, io::BufferSizeExceededException, io::IOException, RuntimeExcepti… in skipBytes()
99 throw (io::NotConnectedException, io::IOException, RuntimeException) in available()
105 throw (io::NotConnectedException, io::IOException, RuntimeException) in closeInput()
113 : public ::cppu::WeakImplHelper1< io::XOutputStream >
126 throw (io::NotConnectedException, io::BufferSizeExceededException, RuntimeException);
128 throw (io::NotConnectedException, io::BufferSizeExceededException, RuntimeException);
130 throw (io::NotConnectedException, io::BufferSizeExceededException, RuntimeException);
134 throw (io::NotConnectedException, io::BufferSizeExceededException, RuntimeException) in writeBytes()
144 throw (io::NotConnectedException, io::BufferSizeExceededException, RuntimeException) in flush()
149 throw (io::NotConnectedException, io::BufferSizeExceededException, RuntimeException) in closeOutput()
156 Reference< io::XInputStream > SAL_CALL createInputStream( ByteSequence const & rInData ) in createInputStream()
163 Reference< io::XOutputStream > SAL_CALL createOutputStream( ByteSequence * pOutData ) in createOutputStream()