C04 PDF
C04 PDF
Java File IO
Streams
Standard IO
Random access files
Buffering
Structured Programming 1110/1140/6710
Files C4
File IO as Streams
A stream is a standard abstraction used for files:
A sequence of values are read.
A sequence of values are written.
The stream reflects the sequential nature of file IO and the physical
characteristics of the media on which files traditionally reside (e.g.
tape or a spinning disk).