Reads a short value from this stream.
public short readShort()
Returns the short value that was read.
IOException thrown if an I/O error occurs or if the stream does not support reading.
EOFException thrown if the end of the stream is reached before two bytes could be read.
The current position is advanced by two bytes.
See Also writeShort