Declaration
public override int Read(
byte[] buffer,
int offset,
int count
)
Summary
Decodes no more than
count bytes into the specified
buffer, populating
the array from
offset onwards.
Returns
The number of bytes read. This can be less than
count. Returns 0 if and only if there are
no further bytes to be decoded.