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.2. 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.9. InputStream Class
Object
Methods inherited from the
Object class
Class (Metaclass)
Methods inherited from the
Class class
InputStream (Mixin Class)
arrayIn
close
open
charIn (Abstract Method)
lineIn (Abstract Method)
position
charOut
lineOut
chars (Abstract Method)
lines (Abstract Method)
Prev
5.2.1. InputOutputStream Class
Up
Home
Next
5.2.2.1. arrayIn