In This Topic
Writes a byte to the current position in the stream and advances the position within the stream by one byte.
Syntax
'Declaration
Public Overrides Sub WriteByte( _
ByVal As Byte _
)
public override void WriteByte(
byte
)
Parameters
- value
- Value to be written to the stream.
See Also