| FileStream: WriteByte |
Writes a single byte to the stream.
Public Sub WriteByte( ByVal Value As Byte )
The value is written to the underlying buffer. Once the buffer is full, it is then flushed to the underlying stream and emptied to be reused.
Project VBCorLib Overview Class FileStream Overview FileStream Properties FileStream Methods WriteBlock WriteTimeout (get)