Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.2.3. 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.10. OutputStream Class
Object
Methods inherited from the
Object class
Class (Metaclass)
Methods inherited from the
Class class
OutputStream (Mixin Class)
arrayOut
close
open
charIn
lineIn
position
charOut (Abstract Method)
lineOut (Abstract Method)
chars
lines
Prev
5.2.2.10. position
Up
Home
Next
5.2.3.1. arrayOut