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