Trail: Essential Classes
Lesson: Basic I/O
File I/O
Home Page > Essential Classes > Basic I/O
File I/O
So far, this lesson has focused on streams, which provide a simple model for reading and writing data. Streams work with a large variety of data sources and destinations, including disk files. However, streams don't support all the operations that are common with disk files. In this part of the lesson, we'll focus on non-stream file I/O. There are two topics:
Previous page: Object Streams
Next page: File Objects