Write

IStreamWrapper.Write 方法

将一系列字节写入当前流,并通过写入的字节数推进当前在此流中的位置。

public void Write(byte[] buffer, int offset, int count)
参数类型描述
bufferByte[]字节数组 Byte[]
offsetInt32在 buffer 中开始将字节复制到当前流的零基字节偏移量 Int32
countInt32要写入当前流的字节数 Int32

另见