Flush( ) method (FileOutputStream)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Flushes the file output stream buffer and forces any data to be written to the file.
Return type: VOID
Access: PUBLIC
Applies to: Progress.IO.FileOutputStream class
Syntax
|
Notes
- The AVM raises a runtime error if the file output stream is already closed.