Flush( ) method (FileOutputStream)
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.