Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference : Progress.IO.FileOutputStream class
 

Progress.IO.FileOutputStream class

Progress.IO.FileOutputStream extends Progress.IO.OutputStream and provides functionality for writing to a file.

Serializable:

No

Constructor

PUBLIC FileOutputStream ( INPUT filename AS CHARACTER )

PUBLIC FileOutputStream ( INPUT filename AS CHARACTER,
INPUT append AS LOGICAL )
append
A LOGICAL expression that indicates whether the output stream can be appended to. The constructor sets the Append property 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 FileName property 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

Progress.IO.OutputStream class

Interfaces

This class does not implement an interface.

Public Properties

Public Methods

Public Events

This class does not define events.