Writes a 32-bit signed integer to the stream.
Stream footprint: dynamic, 1-5 bytes.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public void WriteInt32( int value )
Public Sub WriteInt32 ( _ value As Integer _ )
public: void WriteInt32( int value )
public void WriteInt32( int value )
Parameters
- value (Int32)
- Value to write.