Reads a 32-bit signed integer from the stream.
            Stream footprint: dynamic, 1-5 bytes.
            
| C# | Visual Basic | Visual C++ | J# | 
public int ReadInt32()
Public Function ReadInt32 As Integer
public: int ReadInt32()
public int ReadInt32()
The value read from the stream.
