| Method Prototype | Description |
|---|---|
| Property WriteError As Boolean (read only) | True if an error has occurred while writing to the file, otherwise False. |
| Sub Flush() | Clears and saves the contents of the stream to disk. |
| Sub Write( data As String ) | Writes data to the output stream. |