Home | History | Annotate | Download | only in io

Lines Matching refs:read

44     int read() throws IOException;
56 public int read() throws IOException {
57 return reader.read();
76 public int read() {
95 int read() throws IOException;
107 public int read() throws IOException {
108 return input.read();
112 public int read(byte[] b, int off, int len) throws IOException {
118 int firstByte = read();
124 int readByte = read();