Writes a byte to the current position in the stream and advances the position within the stream by one byte.
public override void WriteByte(
byte
)
'Declaration
Public Overrides NotOverridable Sub WriteByte( _
ByVal As Byte _
)
'Usage
Dim instance As ChunkedMemoryStream
Dim value As Byte
instance.WriteByte(value)
Parameters
- value
- The byte to write to the stream.