Progress.IO.InputStream class
- Last Updated: April 19, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Progress.IO.InputStream
is an abstract class that provides the default implementation for all input stream classes. For example,
Progress.IO.InputStream
is the class from which the
Progress.IO.FileInputStream
class is derived.
Serializable:
No
Constructor
This class contains a private constructor; as an abstract class, you cannot instantiate it directly.
Super Class
Interfaces
This class does not implement an interface.
Public Properties
| Closed property | – |
Public Methods
| Close( ) method (IO) | Read( ) method (InputStream) |
| SkipBytes( ) method (InputStream) | – |
Public Events
This class does not define events.