Writes an Int32 value to the output stream.

C# |
public void WriteInt32( int x )

- x (Int32)
- The Int32 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 WriteInt32( int x )
Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |