(byte[] b)
| 17 | double readDouble() throws IOException; |
| 18 | float readFloat() throws IOException; |
| 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; |
no outgoing calls
no test coverage detected