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