Writes an Int16 value to the output stream.

C# |
public void WriteInt16( short x )

- x (Int16)
- The Int16 value to be written to the output stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |
C# |
public void WriteInt16( short x )
Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |