Yes, that right filtering is done by extends FilterOutputStream or 
FilterInputStream, but this Adler32 is for de-coupling the process of filtering.
so whe you create filtering class you have class Adler32 to help you to do 
anything you want when filtering class overide read and write method


________________________________
From: user001 <[email protected]>
To: Free Java Programming Online Training Course By Sang Shin 
<[email protected]>
Sent: Tue, October 20, 2009 6:12:57 PM
Subject: [java programming] Re: lab-1022:Java Stream I/O


The excercise is about to create 2 new filters though. Filtering is
done by the classes that extends FilterInputStrean and
FilterOutputStream, there is not any filtering done by Adler32. It
just updates the checksum given it was read a char or an array.

Anyways, if you still want to keep the adler32 part you don't need to
touch it. You just need to be sure that update() be called after you
change to uppercase.

Diego



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