PPT Slide
J.73
THE I/O PACKAGE
Java I/O is defined in terms of streams.
Streams are ordered sequences of data that
have a source and a destination.
I/O is defined in terms of classes and methods.
The most basic classes are:
InputStream
OutputStream
RandomAccessFile
Next slide
Back to first slide
View graphic version