[]
Writes a specified number of bytes into the stream object starting at the current seek pointer.
int Write(IntPtr buffer, int numberOfBytesToRead)
| Type | Name | Description |
|---|---|---|
| IntPtr | buffer | The buffer. |
| int | numberOfBytesToRead | The number of bytes to read. |
| Type | Description |
|---|---|
| int | The actual number of bytes written to the stream object |