Method WriteByte
WriteByte(byte)
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
public virtual void WriteByte(byte value)
Parameters
value
byteThe byte to write to the stream.
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
public virtual void WriteByte(byte value)
value
byteThe byte to write to the stream.