OutputRecordStream.Flush
- Updated2024-10-09
- 1 minute(s) read
OutputRecordStream.Flush
Syntax
OutputRecordStream.Flush
Purpose
Write any buffered data to the underlying device.
Remarks
The exact behavior of OutputRecordStream.Flush depends on the implementation details of the class that implements the OutputRecordStream interface. For example, OutputRecordStream.Flush may do nothing for streams with no buffering.