Reads a byte of data. This method will block if no input is available. @return the byte read, or -1 if the end of the stream is reached. @exception IOException If an I/O error has occurred.
See Implementation
Reads a byte of data. This method will block if no input is available. @return the byte read, or -1 if the end of the stream is reached. @exception IOException If an I/O error has occurred.