5.2.1. The InputStream 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.8. ooRexx InputStream Class
Object
|
↓
|
InputStream
|
|
arrayIn
charIn
charOut
chars
close
|
lineIn
lineOut
lines
open
position
|
5.2.1.1. Inherited Methods
This is a default implementation of the arrayIn method using linein() method calls to fill the array.
This method is defined as an abstract method. Invoking it will cause syntax error 93.965 to be raised.
This is an unsupported operation for InputStreams. Invoking it will cause syntax error 93.963 to be raised.
This method is defined as an abstract method. Invoking it will cause syntax error 93.965 to be raised.
This method is a NOP by default.
This method is defined as an abstract method. Invoking it will cause syntax error 93.965 to be raised.
This is an unsupported operation for InputStreams. Invoking it will cause syntax error 93.963 to be raised.
This method is defined as an abstract method. Invoking it will cause syntax error 93.965 to be raised.
This method is a NOP method.
This method is an optionally supported operation. By default, it will cause syntax error 93.963 to be raised.