(byte[] b)
| 28 | |
| 29 | // From DataInput |
| 30 | public void readFully(byte[] b) throws IOException; |
| 31 | public void readFully(byte[] b, int off, int len) throws IOException; |
| 32 | public int skipBytes(int n) throws IOException; |
| 33 | public boolean readBoolean() throws IOException; |
no outgoing calls
no test coverage detected