Method WriteByte
WriteByte(Byte)
Calls WriteByte(Byte) on the wrapped stream.
Declaration
public override void WriteByte(byte value)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | value | The byte to write to the stream. |
Calls WriteByte(Byte) on the wrapped stream.
public override void WriteByte(byte value)
Type | Name | Description |
---|---|---|
System.Byte | value | The byte to write to the stream. |