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 CorLib Overview
Class FileStream Overview