Thursday, March 12, 2009

What is an I/O filter (CoreJava)

Question :What is an I/O filter? (CoreJava)
Answer :An I/O filter is an object that reads from one stream and writes to
another, usually altering the data in some way as it is passed from one
stream to another.

No comments: