Lines Matching refs:IOException
25 import java.io.IOException;
54 com.sun.star.io.IOException in available()
61 } catch (IOException e) { in available()
62 throw new com.sun.star.io.IOException(e.toString()); in available()
69 com.sun.star.io.IOException in closeInput()
73 } catch (IOException e) { in closeInput()
74 throw new com.sun.star.io.IOException(e.toString()); in closeInput()
79 com.sun.star.io.IOException in readBytes()
104 } catch (IOException e) { in readBytes()
105 throw new com.sun.star.io.IOException("reader error: "+e.toString()); in readBytes()
110 com.sun.star.io.IOException in readSomeBytes()
140 } catch (IOException e) { in readSomeBytes()
141 throw new com.sun.star.io.IOException("reader error: "+e.toString()); in readSomeBytes()
146 com.sun.star.io.IOException in skipBytes()
154 } catch (IOException e) { in skipBytes()
155 throw new com.sun.star.io.IOException(e.toString()); in skipBytes()
169 } catch (IOException e) { in skipBytes()
170 throw new com.sun.star.io.IOException(e.toString()); in skipBytes()