Lines Matching refs:IOException
25 import java.io.IOException;
55 public int available() throws IOException { in available()
62 throw new IOException(e.toString()); in available()
68 public void close() throws IOException { in close()
72 throw new IOException(e.toString()); in close()
76 public int read () throws IOException { in read()
92 throw new IOException(e.toString()); in read()
96 public int read (byte[] b) throws IOException { in read()
111 throw new IOException(e.toString()); in read()
117 public int read(byte[] b, int off, int len) throws IOException { in read()
145 throw new IOException("reader error: "+e.toString()); in read()
149 public long skip(long n) throws IOException { in skip()
158 throw new IOException(e.toString()); in skip()
173 throw new IOException(e.toString()); in skip()
199 public void reset() throws IOException { in reset()