WriteByte

IStreamWrapper.WriteByte method

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

public void WriteByte(byte value)
范围类型描述
valueByte写入字节Byte

也可以看看