Method WriteInt
WriteInt(int)
Writes a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes.
Declaration
public bool WriteInt(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | value | The 4-byte signed integer to write. |
Returns
| Type | Description |
|---|---|
| bool | Whether the write was successful |