Hi, I am not too sure what is the requirement of the homework for java stream I/O, is it just to overide read() in the ChangeToUpperCaseInputStream class so it will convert and return to uppercase?
1. The homework is to either modify FilterInputOutputStream NetBeans project you've done in Exercise 8 above or create a new project as following. (You might want to create a new project by copying the FilterInputOutputStream project. You can name the homework project in any way you want but here I am going to call it MyIOStreamProject.) Write ChangeToUpperCaseInputStream class, which extends FilterInputStream. Write ChangeToUpperCaseOutputStream class, which extends FilterOutputStream. Use either ChangeToUpperCaseInputStream class or ChangeToUpperCaseOutputStream class to convert the characters read to upper case. Regards KC -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en
