Reads a single byte from the input stream and advances the position
within the stream by one byte, or returns -1 if at the end of the
stream.


- inputStream (Stream)
- The input stream to read.

The unsigned byte, cast to an Int32, or -1 if at the end of the
stream.