A Note About Terminology
The Essential Tools Module provides input and output classes that let you save and restore objects. These classes are:
RWFile —
RWFile lets you save and restore objects to a file.
To keep our explanations simple, we'll refer to all of these input and output classes as
streams. For a discussion of the trade-offs in using
RWvostream and
RWvistream versus
RWFile, see
Chapter 5 and
Chapter 10.