What is the difference between Reader/Writer classes?
What
is the difference between Reader/Writer classes?
The Reader/Writer class is
character-oriented.
READER: reads and returns the next char from the
stream.
WRITER: writes a character / string to the stream.
No comments:
Post a Comment