Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this file is closed or another I/O error occurs.
Reads a single byte from the current position in this file and returns it as an integer in the range from 0 to 255. Returns -1 if the end of the file has been reached. Blocks until one byte has been read, the end of the file is detected, or an exception is thrown.