[]
public override void Write(byte[] buffer, int offset, int count)
Type | Name | Description |
---|---|---|
byte[] | buffer | |
int | offset | |
int | count |
Writes a block of bytes to this stream using data from a buffer.
public void Write(IntPtr buffer, int offset, int count)
Type | Name | Description |
---|---|---|
IntPtr | buffer | The buffer containing data to write to the stream. |
int | offset | The zero-based byte offset in buffer at which to begin copying bytes to the current stream. |
int | count | The number of bytes to be written to the current stream. |