Reads an Int32 value from the input stream.

C# |
public int ReadInt32()

The Int32 value retrieved from the input stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |
C# |
public int ReadInt32()
Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |