PPT Slide
Streams for input and output
Abstract base classes for input and output functionality.
Defines basic set of methods.
Used to get data from files, other objects, etc.
Two base structures:
1.InputStream/OutputStream
Byte streams 8-bit
2.Reader/Writer
Character streams
16-bit UNICODE
Internationalization
Efficiency
Buffer (and not byte) operations
Better locking scheme
Previous slide
Next slide
Back to first slide
View graphic version