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

Progress.IO.OutputStream class

Progress.IO.OutputStream is an abstract class that provides the default implementation for all output stream classes. For example, Progress.IO.OutputStream is the class from which the Progress.IO.FileOutputStream class is derived.

Serializable:

No

Constructor

This class contains a private constructor; as an abstract class, you cannot instantiate it directly.

Super Class

Progress.Lang.Object class

Interfaces

This class does not implement an interface.

Public Properties

Public Methods

Public Events

This class does not define events.

Notes

*All of the overloads of the Write( ) method are defined as abstract except for Write( INPUT target AS MEMPTR ). See the Write( ) method (OutputStream) entry for more information.