Method Read
Read(byte[], int, int)
Reads bytes from the GridFS stream.
public override int Read(byte[] buffer, int offset, int count)
Parameters
bufferbyte[]The destination buffer.
offsetintThe offset in the destination buffer at which to place the read bytes.
countintThe number of bytes to read.
Returns
- int
The number of bytes read.