reads a single byte and returns it as an unsigned value, that is from 0 to 255. This returns a ByteReader.EOF (-1) if there is not data to read. @return next byte of data @throws IOException
()
| 62 | * @throws IOException |
| 63 | */ |
| 64 | public int read() throws IOException; |
| 65 | /** |
| 66 | * reads a number of bytes into the callers supplied buffer (dst). |
| 67 | * This will return the number of bytes read, if any. |
no outgoing calls