What an I/O Filter
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. In the context of Core Java, an I/O filter typically refers to an object that is used to perform filtering on data as it … Read more