5.2.2. The OutputStream Class
This class is defined as an abstract mixin class. It must be implemented by subclassing it or inheriting from it as a mixin. Many of the methods in this class are abstract and must be overridden or they will throw a syntax error when invoked.
Table 5.9. ooRexx OutputStream Class
Object
|
↓
|
OutputStream
|
|
arrayOut
charIn
charOut
chars
close
|
lineIn
lineOut
lines
open
position
|
5.2.2.1. Inherited Methods