Read

IStreamWrapper.Read method

从当前流中读取字节序列,并将流中的位置前进读取的字节数。

public void Read(byte[] buffer, int offset, int count)
范围类型描述
bufferByte[]字节序列Byte[]
offsetInt32开始读取位置Int32
countInt32读取字节数Int32

也可以看看