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.
Declaration Syntax
Parameters
- inputStream (Stream)
- The input stream to read.
Return Value
The unsigned byte, cast to an Int32, or -1 if at the end of the
stream.