E
emrefan
I am curious as to whether my understanding of the design philosophy
behind the design of this part of the java API is correct. I think the
Reader/Writer clan is for handling Characters (or just chars?) and the
Input/OutputStream clan is for handling bytes or bytes that make up
Objects. Is this right? Once I thought I always needed a Reader/Writer
to read/write things from/to streams, but obvious enough now that's
just not true.
behind the design of this part of the java API is correct. I think the
Reader/Writer clan is for handling Characters (or just chars?) and the
Input/OutputStream clan is for handling bytes or bytes that make up
Objects. Is this right? Once I thought I always needed a Reader/Writer
to read/write things from/to streams, but obvious enough now that's
just not true.