Hello Friends,

I try to make a homework but I have a problem.
I don't know how to finish my classes and then to display result in 
mainclass FilterInputOutputStream.

I have only created following classes with constructors:
public class ChangeToUpperCaseInputStream extends FilterInputStream{


    public ChangeToUpperCaseInputStream(InputStream in) {
        super(in);

    }
}



public class ChangeToUpperCaseOutputStream extends FilterOutputStream{
   public ChangeToUpperCaseOutputStream(OutputStream out) {
        super(out);
        
    }
}

Thank you for any help!

Best regards,
Rafa

----------------------------------------------------
Masz w sobie coś z Lennona?
Poznaj prawdę o swojej rodzinie. Wejdź na Bliscy.pl 
Kliknij: 
http://klik.wp.pl/?adr=http%3A%2F%2Fcorto.www.wp.pl%2Fas%2Fbliscy.html&sid=684



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to