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