Lines Matching refs:IOException

60 …tesToRead ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti…
61 …tesToRead ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti…
62 …tesToSkip ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti…
63 …virtual sal_Int32 SAL_CALL available() throw (NotConnectedException, IOException, RuntimeException…
64 virtual void SAL_CALL closeInput() throw (NotConnectedException, IOException, RuntimeException);
67 …virtual void SAL_CALL seek( sal_Int64 location ) throw (IllegalArgumentException, IOException, Run…
68 virtual sal_Int64 SAL_CALL getPosition() throw (IOException, RuntimeException);
69 virtual sal_Int64 SAL_CALL getLength() throw (IOException, RuntimeException);
72 … >& aData ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti…
73 …ALL flush() throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti…
74 …oseOutput() throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti…
77 …virtual void SAL_CALL truncate() throw (::com::sun::star::io::IOException, ::com::sun::star::uno::…
110 …tesToRead ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… in readBytes()
113 throw IOException(); in readBytes()
130 …tesToRead ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… in readSomeBytes()
135 …tesToSkip ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… in skipBytes()
138 throw IOException(); in skipBytes()
143 sal_Int32 SAL_CALL UNOMemoryStream::available() throw (NotConnectedException, IOException, RuntimeE… in available()
148 void SAL_CALL UNOMemoryStream::closeInput() throw (NotConnectedException, IOException, RuntimeExcep… in closeInput()
154 …oryStream::seek( sal_Int64 location ) throw (IllegalArgumentException, IOException, RuntimeExcepti… in seek()
169 sal_Int64 SAL_CALL UNOMemoryStream::getPosition() throw (IOException, RuntimeException) in getPosition()
174 sal_Int64 SAL_CALL UNOMemoryStream::getLength() throw (IOException, RuntimeException) in getLength()
180 … >& aData ) throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… in writeBytes()
189 …throw IOException( OUString(RTL_CONSTASCII_USTRINGPARAM("this implementation does not support more… in writeBytes()
203 …am::flush() throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… in flush()
207 …oseOutput() throw (NotConnectedException, BufferSizeExceededException, IOException, RuntimeExcepti… in closeOutput()
213 void SAL_CALL UNOMemoryStream::truncate() throw (IOException, RuntimeException) in truncate()