First page Back Continue Last page Summary Graphics
I/O Streams
The java.io package contains a collection of stream classes that support these algorithms for reading and writing.
To use these classes, a program needs to import the java.io package.
Notes: