previous
|
start
|
next
Self Check
Suppose you need to read an image file that contains color values for each pixel in the image. Will you use a
Reader
or an
InputStream
?
Why do the read methods of the
Reader
and
InputStream
classes return an
int
and not a
char
or
byte
?
previous
|
start
|
next