Parameters
- buffer
- An array of bytes. When this method returns, the buffer contains the specified byte array with the values between offset and (offset + count - 1) replaced by the bytes read from the current source.
- offset
- The zero-based byte offset in buffer at which to begin storing the data read from the large object.
- count
- The maximum number of bytes to be read from the large object.
Return Value
The total number of bytes read into the buffer.