(int n)
| 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; |
| 34 | public byte readByte() throws IOException; |
| 35 | public int readUnsignedByte() throws IOException; |
no outgoing calls
no test coverage detected