Method WriteBytes
WriteBytes(Void*, Int32)
Writes the specified number of bytes and advances the current write position by that number of bytes.
Declaration
public void WriteBytes(void *data, int bytes)
Parameters
| Type | Name | Description |
|---|---|---|
| Void* | data | The data to write. |
| Int32 | bytes | The number of bytes to write. |