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

Progress.IO.FileInputStream class

Progress.IO.FileInputStream extends Progress.IO.InputStream and provides functionality for reading from a file.

Serializable:

No

Constructor

PUBLIC FileInputStream ( INPUT filename AS CHARACTER )
filename
A CHARACTER expression that represents the file from which the input stream will read. The constructor sets the FileName property 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

Progress.IO.InputStream class

Interfaces

This class does not implement an interface.

Public Properties

Public Methods

Public Events

This class does not define events.