Write

StreamWrapper.Write method

将字节序列写入当前流,并将该流中的当前位置前进写入的字节数。

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

也可以看看