VFileStream.Read Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
Read(Byte[], Int32, Int32)
Reads data from the stream.
Declaration
public override int Read(byte[] buffer, int offset, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | buffer | An array of bytes to receive read data. |
| Int32 | offset | The offset in buffer at which to begin receiving data. |
| Int32 | count | The maximum number of bytes to read. |
Returns
| Type | Description |
|---|---|
| Int32 | The total number of bytes read into the buffer. |