Close the file and cleans up the instance.
Source position: objects.pp line 393
| destructor TBufStream.Done; virtual; | 
Done flushes and closes the file if it was open and cleans up the instance of TBufStream.
For an example see TBufStream.Flush.
None.
| 
 | Closes the file and cleans up the instance. | |
| 
 | Initialize an instance of TBufStream and open the file. | |
| 
 | Flush data and Close the file. |