Writes a short value to this stream.
public void writeShort( short value )
value
The value to write.
This method implements the IDataStream.writeShort method. This method calls the write method to write two bytes to the stream.