FileStream: WriteByte

WriteByte

Writes a single byte to the stream.



 Public Sub WriteByte(
	  ByVal Value As Byte )

Parameters

Value
[ByVal] Byte. The value to be written to the stream.

Remarks

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.

See Also

Project CorLib Overview

Class FileStream Overview