|
I have made the following modifications since the presentation on August 22, 1998.
- Renamed all class files to begin with Capital Letter.
- Renamed all methods to begin with lower case letter.
- Rename JsrInput and JsrOutput to JsrLineIn and JsrLineOut.
This will facilitate future classes that extend (inheritance)
their open close methods from these classes,
with only the read/write methods being overridden.
- Change all the static final (constants) to ALL UPPERCASE.
|