Progress.IO.FileInputStream class
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Progress.IO.FileInputStream extends
Progress.IO.InputStream and provides functionality for reading from a
file.
Serializable:
No
Constructor
|
- filename
- A CHARACTER expression that represents the file from which the input stream will read.
The constructor sets the
FileNameproperty of the stream 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 reading.
Super Class
Interfaces
This class does not implement an interface.
Public Properties
| FileName property | – |
Public Methods
| Close( ) method (IO) | SkipBytes( ) method (FileInputStream) |
Public Events
This class does not define events.