Progress.IO.FileOutputStream class
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Progress.IO.FileOutputStream extends
Progress.IO.OutputStream and provides functionality for writing to a
file.
Serializable:
No
Constructor
|
- append
- A LOGICAL expression that indicates whether the output stream can be appended to. The
constructor sets the
Appendproperty of the stream object to the value of append. - filename
- A CHARACTER expression that represents the file to which the output stream will be
written. The constructor sets the
FileNameproperty of the stream object to filename. The file name can include Unicode characters, and it can be absolute or relative to the current working directory. The AVM raises a runtime error if it can't open the file for writing.
Super Class
Interfaces
This class does not implement an interface.
Public Properties
| Append property | FileName property |
Public Methods
| Close( ) method (IO) | Flush( ) method (FileOutputStream) |
Public Events
This class does not define events.