Home | History | Annotate | Download | only in io

Lines Matching full:read

75         public int read() throws IOException
84 // Read the first character.
85 int c1 = super.read();
95 // Read the second character.
96 int c2 = super.read();
109 // Read the third character.
110 int c3 = super.read();
122 public int read(char[] cbuf, int off, int len) throws IOException
128 int c = read();
147 int c = read();