Reads next 16-bit value, least significant byte first, and advances
the position within the stream by two bytes.
Declaration Syntax
Parameters
- inputStream (Stream)
- The input stream to read.
Return Value
The next two bytes in the stream, cast to an Int32, or -1 if at the
end of the stream.