Read

IStreamWrapper.Read 方法

从当前流中读取字节序列,并根据读取的字节数向前移动流中的位置。

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

另见