()
| 19 | void readFully(byte[] b) throws IOException; |
| 20 | void readFully(byte[] b, int off, int len) throws IOException; |
| 21 | int readInt() throws IOException; |
| 22 | String readLine() throws IOException; |
| 23 | long readLong() throws IOException; |
| 24 | short readShort() throws IOException; |
no outgoing calls