Flush( ) method (OutputStream)
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
When overridden in a class derived from Progress.IO.OutputStream, this
method's contract is that calling it indicates that any bytes previously buffered by the
implementation of the output stream should be written to their destination.
Return type: VOID
Access: PUBLIC
Applies to: Progress.IO.OutputStream class
Syntax
|
Notes
- This method has no default behavior for the
File.IO.OutputStreamclass.