Reads next 16-bit value, least significant byte first, and advances
the position within the stream by two bytes.


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

The next two bytes in the stream, cast to an Int32, or -1 if at the
end of the stream.