Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this stream is closed or another I/O error occurs.
Reads a single byte from this stream and returns it as an integer in the range from 0 to 255. Returns -1 if the end of this stream has been reached. Blocks if no input is available.