Try OpenEdge Now
skip to main content
ABL Reference
Class Properties and Methods Reference : Flush( ) method (FileOutputStream)
 

Flush( ) method (FileOutputStream)

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

Flush( )

Notes

*The AVM raises a runtime error if the file output stream is already closed.