c# stream read 方法,MSDN这段话是什么意思

When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read

public abstract int Read(
byte[] buffer,
int offset,
int count

)