WriteByte

IStreamWrapper.WriteByte 方法

将一个字节写入流中的当前位置,并将流中的位置向前移动一个字节。

public void WriteByte(byte value)
参数类型描述
valueByte要写入的字节

参见