Reads a short value from this stream.
public short readShort()
Returns the short value that was read.
This method implements the IDataStream.readShort method. This method calls the read method to read two bytes and then combines them into a short integer.