...
Writes the specified characters to the stream. This method can support either a string or anĀ roByteArray. If the block is a string, any null bytes will terminate the block.
Flush()
...
As Void
Writes the stream to the file, blocking execution until all data is written out. This is also done automatically when the object is destroyed (for example, by reassigning the variable containing it).
AsyncFlush() As Void
Writes the stream to the file within a few seconds. The system will not block execution while writing to the file.
ifStreamSeek
SeekAbsolute(offset As Integer) As Void
...