Method Read
Read(byte[], int, int)
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
public override int Read(byte[] buffer, int offset, int count)
Parameters
buffer
byte[]The buffer to read the data into.
offset
intThe byte offset in
buffer
at which to begin reading.count
intThe maximum number of bytes to read.
Returns
- int
The total number of bytes read into the buffer.