Product SiteDocumentation Site

5.2.3. The InputOutputStream 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.10. ooRexx InoutOutputStream Class

Object
InputOutputStream
+ InputStream
+ OutputStream
 
 

Note

The InputOutputStream class also has available class methods that its metaclass, the Class class (Section 5.1.2, “The Class Class”), defines.

5.2.3.1. Inherited Methods

Methods inherited from the Object class (Section 5.1.1, “The Object Class”).
new (Class Method)initsend
= \= == \== <> ><instanceMethodsendWith
|| '' (abuttal)' ' (blank)instanceMethodssetMethod
(Operator Methods)isAstart
classisInstanceOfstartWith
copyobjectNamestring
defaultNameobjectName=unsetMethod
hasMethodrequest 
identityHashrun 
Methods inherited from the InputStream class (Section 5.2.1, “The InputStream Class”).

Note

This class is searched second for inherited methods.
arrayIncloseopen
charInlineInposition
charOutlineOut 
charslines 
Methods inherited from the OutputStream class (Section 5.2.2, “The OutputStream Class”).

Note

This class is searched first for inherited methods.
arrayOutcloseopen
charInlineInposition
charOutlineOut 
charslines