Hi, all the lowlevel streams are extended from input/output streams. all the lowlevel streams are extended from Filterinput/output streams. But Filterinput/output streams are extended from input/output streams. So all the high level streams having constructors with InputStream can be created with lowlevel and highlevel streams. Are there any exceptions?? - Thanks
Doit
Ranch Hand
Joined: Aug 03, 2000
Posts: 169
posted
0
Oops.. I know one exception InputStreamReader/OutputStreamReader incase of Readers. I would like to know if there are any other exceptions like this.
(Please do ask me to refer to API )) ) - Thanks
[This message has been edited by Doit (edited September 03, 2000).]