Write

StreamWrapper.Write 方法

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

public void Write(byte[] buffer, int offset, int count)

另见